-
statusCode
int statusCode
The HTTP status code.
-
serviceCode
String serviceCode
Service specific code returned. Null if the client timed out or failed to get a response from
the service.
-
timeout
boolean timeout
Flag to indicate that the request timed out. Status code and service code should not be used
if this is true.
-
opcRequestId
String opcRequestId
The opc-request-id header returned by the service that should be provided for support
requests.
If the client timed out or failed to get a response from the service, then this is the
outbound request id, i.e. either the value for the BmcException.OPC_REQUEST_ID_HEADER
header set by the caller in an invocation callback, or otherwise a value automatically
generated by the SDK.
-
isClientSide
boolean isClientSide
Flag to indicate that the exception originated from the client and not from the service.
Status code and service code should not be used if this is true.
-
originalMessage
String originalMessage
A human-readable error string in English. Optional field in localized error responses.
-
originalMessageTemplate
String originalMessageTemplate
Template in ICU MessageFormat for the human-readable error string in English, but without the
values replaced. Optional field in localized error responses.
-
messageArguments
Map<K,V> messageArguments
The values to be substituted into the originalMessageTemplate, expressed as a
string-to-string map. Optional field in localized error responses.
-
additionalProperties
Map<K,V> additionalProperties
Map for optional/unknown attributes outside of DEX error codes
https://confluence.oraclecorp.com/confluence/display/DEX/Error+Codes
-
serviceDetails
ServiceDetails serviceDetails
Details about the service of the Exception