BatchNodeErrorOutput interface
An error encountered by a Compute Node.
Properties
| code | An identifier for the Compute Node error. Codes are invariant and are intended to be consumed programmatically. |
| error |
The list of additional error details related to the Compute Node error. |
| message | A message describing the Compute Node error, intended to be suitable for display in a user interface. |
Property Details
code
An identifier for the Compute Node error. Codes are invariant and are intended to be consumed programmatically.
code?: string
Property Value
string
errorDetails
The list of additional error details related to the Compute Node error.
errorDetails?: NameValuePairOutput[]
Property Value
message
A message describing the Compute Node error, intended to be suitable for display in a user interface.
message?: string
Property Value
string