Module request_validation_errors

Source
Expand description

Error subtypes for RequestValidationError

Structsยง

InvalidContextError
Context does not comply with the shape specified for the request action
InvalidPrincipalTypeError
Request principal is of a type that is declared in the schema, but is not valid for the request action
InvalidResourceTypeError
Request resource is of a type that is declared in the schema, but is not valid for the request action
TypeOfContextError
Error computing the type of the Context
UndeclaredActionError
Request action is not declared in the schema
UndeclaredPrincipalTypeError
Request principal is of a type not declared in the schema
UndeclaredResourceTypeError
Request resource is of a type not declared in the schema