ScenarioErrors interface
Model that represents the scenario run errors.
Properties
| error |
Error code for internal server errors. |
| error |
Error message for internal server errors. |
| permission | Any permission errors associated with the scenario run. |
| resource | Any resource state errors associated with the scenario run. |
Property Details
errorCode
Error code for internal server errors.
errorCode?: string
Property Value
string
errorMessage
Error message for internal server errors.
errorMessage?: string
Property Value
string
permission
Any permission errors associated with the scenario run.
permission: PermissionError[]
Property Value
resource
Any resource state errors associated with the scenario run.
resource: ResourceStateError[]