Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeNodeError

Package version

An interface representing ComputeNodeError.

summary

An error encountered by a compute node.

Hierarchy

  • ComputeNodeError

Index

Properties

Optional code

code: undefined | string

An identifier for the compute node error. Codes are invariant and are intended to be consumed programmatically.

Optional errorDetails

errorDetails: NameValuePair[]

The list of additional error details related to the compute node error.

Optional message

message: undefined | string

A message describing the compute node error, intended to be suitable for display in a user interface.

Generated using TypeDoc