Sha256: 828b47b24050bc98b50aa81a0ed1d90bb11bdebf9391392f4ad0787b2161e705
Contents?: true
Size: 437 Bytes
Versions: 118
Compression:
Stored size: 437 Bytes
Contents
# OryClient::ParseError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_end** | [**SourcePosition**](SourcePosition.md) | | [optional] | | **message** | **String** | | [optional] | | **start** | [**SourcePosition**](SourcePosition.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ParseError.new( _end: null, message: null, start: null ) ```
Version data entries
118 entries across 118 versions & 1 rubygems