Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
category | getCategory() | setCategory($value) | string | The error's high-level category. See ErrorCategory for possible values. | |
code | getCode() | setCode($value) | string | The error's specific code. See ErrorCode for possible values | |
detail | getDetail() | setDetail($value) | string | A human-readable description of the error for debugging purposes. | [optional] |
field | getField() | setField($value) | string | The name of the field provided in the original request that the error pertains to, if any. | [optional] |
Note: All properties are protected and only accessed via getters and setters.