UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 673 B
# ParseError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **end** | [**SourcePosition**](SourcePosition.md) | | [optional] [default to undefined] **message** | **string** | | [optional] [default to undefined] **start** | [**SourcePosition**](SourcePosition.md) | | [optional] [default to undefined] ## Example ```typescript import { ParseError } from '@ory/client'; const instance: ParseError = { end, message, start, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)