Expand description
Error subtypes for RequestValidationError
Structsยง
- Context does not comply with the shape specified for the request action
- Request principal is of a type that is declared in the schema, but is not valid for the request action
- Request resource is of a type that is declared in the schema, but is not valid for the request action
- Error computing the type of the
Context
- Request action is not declared in the schema
- Request principal is of a type not declared in the schema
- Request resource is of a type not declared in the schema