name | data type | description |
---|---|---|
OtherError | OtherErrorStructure | |
ServiceNotAvailableError | ServiceNotAvailableErrorStructure | |
Description | ErrorDescriptionStructure |
Example
{ "OtherError" : { "ErrorText" : "...", "number" : 12345 }, "ServiceNotAvailableError" : { "ExpectedRestartTime" : "...", "ErrorText" : "...", "number" : 12345 }, "Description" : { "value" : "..." } }