Name | Type | Description | Notes |
---|---|---|---|
message | str | An error message | |
name | str | The error name | defaults to "FORBIDDEN" |
status | float | The status code of the exception | defaults to 403 |
errors | [GenericError] | A list of related errors | [optional] |
stack | str | The stack trace (only in development mode) | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |