Contains information about the error
message | string Error Message |
code | string Error code |
Array of objects (FieldError) Contains field-wise error detail | |
object (ErrorMetadata) Contains more details about the error |
{- "message": "string",
- "code": "RESOURCE_NOT_FOUND",
- "errors": [
- {
- "field_name": "string",
- "message": "string"
}
], - "error_metadata": {
- "type": "GovernanceMetadata"
}
}