ProviderError interface
This class contains the error details per object.
Properties
| error |
The Error code. |
| error |
The Provider error Id. |
| error |
The Error message. |
| possible |
The possible causes for the error. |
| recommended |
The recommended action to resolve the error. |
Property Details
errorCode
The Error code.
errorCode?: number
Property Value
number
errorId
The Provider error Id.
errorId?: string
Property Value
string
errorMessage
The Error message.
errorMessage?: string
Property Value
string
possibleCauses
The possible causes for the error.
possibleCauses?: string
Property Value
string
recommendedAction
The recommended action to resolve the error.
recommendedAction?: string
Property Value
string