ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# GenericErrorContent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**debug** | Option<**String**> | Debug contains debug information. This is usually not available and has to be enabled. | [optional]
**error** | Option<**String**> | Name is the error name. | [optional]
**error_description** | Option<**String**> | Description contains further information on the nature of the error. | [optional]
**id** | Option<**String**> | ID is a unique error ID. feature_not_available ErrFeatureNotAvailable quota_exceeded ErrQuotaExceeded | [optional]
**message** | Option<**String**> | Message contains the error message. | [optional]
**status_code** | Option<**i64**> | Code represents the error status code (404, 403, 401, ...). | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)