BasicErrorDryrunPrerequisiteResult interface
The represent of basic error
- Extends
Properties
| code | The error code. |
| message | The error message. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
code
The error code.
code?: string
Property Value
string
message
The error message.
message?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "basicError"
Property Value
"basicError"