RootApiException
Represents an error generated by the Root API. This error includes additional information such as error codes, payloads, and metadata.
Extends
Error
Properties
errorCode
errorCode:
ErrorCodeType=ErrorCodeType.Unspecified
The specific error code related to the error.
id?
optionalid:RootGuid
Optional unique identifier for this error instance.
parentId
parentId:
undefined|RootGuid
Optional identifier for the parent error, if this error is part of a chain.
payload?
optionalpayload:RootGrpcExceptionPayload
The specific payload associated with this error, which can be one of several predefined exception payload types.
whatId
whatId:
undefined|RootGuid
Identifier for what caused the error.
whereId
whereId:
undefined|RootGuid
Identifier for where the error occurred.
whoId?
optionalwhoId:UserGuid
Optional identifier for the entity responsible for the error.