Interface: FordefiSdkErrorResult
Description
Represents a general error result for any FordefiSdk operation.
Properties
code
code:
string
The error code of the failed operation.
message
message:
string
Returns a JSON object with two key-value pairs:
"text"
(string): A user-friendly description of the error."details"
(JSON): Additional error information in JSON format (optional).