# 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/keto-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)
