ResponseHeader
Communicates the success or failure of an operation. Includes errors as well as a unique number that allows the operation to be traced by support, if necessary.
Parameter Name | Type | Required | Description |
---|---|---|---|
Succeeded | bool | | Indicates whether the operation was successful. If the value is false, detailed error messages will be returned in the Errors array. |
TraceId | string | | A unique id that represents the specific operation. This value can be used by Splitit support to assist with debugging. |
Errors | array | | A collection of errors, populated whenever a failed response occurs. Each element contains an "Error Code" (number), an error "Message," as well as "AdditionalInfo." |
Last modified 5mo ago