Class ExecuteSqlResponseItemError
Error details.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlResponseItemError
Properties
ErrorCode
Declaration
[JsonProperty(PropertyName = "errorCode")]
public int? ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Error code. |
ErrorColumn
Declaration
[JsonProperty(PropertyName = "errorColumn")]
public int? ErrorColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Error column number. |
ErrorDetails
Declaration
[JsonProperty(PropertyName = "errorDetails")]
public string ErrorDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Error details. |
ErrorLine
Declaration
[JsonProperty(PropertyName = "errorLine")]
public int? ErrorLine { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Error line number. |
ErrorMessage
Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Error message. |