name | data type | description |
---|---|---|
OtherError | OtherErrorStructure | |
AllowedResourceUsageExceededError | AllowedResourceUsageExceededErrorStructure | |
UnknownExtensionsError | UnknownExtensionsErrorStructure | |
ParametersIgnoredError | ParametersIgnoredErrorStructure | |
NoInfoForTopicError | NoInfoForTopicErrorStructure | |
BeyondDataHorizon | BeyondDataHorizonErrorStructure | |
InvalidDataReferencesError | InvalidDataReferencesErrorStructure | |
AccessNotAllowedError | AccessNotAllowedErrorStructure | |
CapabilityNotSupportedError | CapabilityNotSupportedErrorStructure | |
ServiceNotAvailableError | ServiceNotAvailableErrorStructure | |
Description | NaturalLanguageStringStructure |
Example
{ "OtherError" : { "ErrorText" : "...", "number" : 12345 }, "AllowedResourceUsageExceededError" : { "ErrorText" : "...", "number" : 12345 }, "UnknownExtensionsError" : { "ExtensionName" : [ "...", "..." ], "ErrorText" : "...", "number" : 12345 }, "ParametersIgnoredError" : { "ParameterName" : [ "...", "..." ], "ErrorText" : "...", "number" : 12345 }, "NoInfoForTopicError" : { "ErrorText" : "...", "number" : 12345 }, "BeyondDataHorizon" : { "ErrorText" : "...", "number" : 12345 }, "InvalidDataReferencesError" : { "InvalidRef" : [ "...", "..." ], "ErrorText" : "...", "number" : 12345 }, "AccessNotAllowedError" : { "ErrorText" : "...", "number" : 12345 }, "CapabilityNotSupportedError" : { "CapabilityRef" : "...", "ErrorText" : "...", "number" : 12345 }, "ServiceNotAvailableError" : { "ExpectedRestartTime" : "...", "ErrorText" : "...", "number" : 12345 }, "Description" : { "value" : "...", "lang" : "..." } }