Package version
An interface representing ErrorInfo.
The code and message for an error.
{any} [additionalProperties]
{string} code A machine readable error code.
{ErrorDetail[]} [details] error details.
{ErrorInfo} [innererror] Inner error details if they exist.
{string} message A human readable error message.
Generated using TypeDoc
An interface representing ErrorInfo.
The code and message for an error.