Class RuntimeError
Inheritance
System.Object
RuntimeError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude
Assembly: Recolude.dll
Syntax
[Serializable]
public class RuntimeError
Fields
code
Declaration
public int code
Field Value
| Type | Description |
|---|---|
| System.Int32 |
details
Declaration
public ProtobufAny[] details
Field Value
| Type | Description |
|---|---|
| ProtobufAny[] |
error
Declaration
public string error
Field Value
| Type | Description |
|---|---|
| System.String |
message
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| System.String |