UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

27 lines (19 loc) 827 B
# FlowError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **string** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] **error** | **object** | | [optional] [default to undefined] **id** | **string** | ID of the error container. | [default to undefined] **updated_at** | **string** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] ## Example ```typescript import { FlowError } from '@ory/kratos-client'; const instance: FlowError = { created_at, error, id, updated_at, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)