Sha256: 3d8079dccb5726a849a343c27e96b6a77cd108f2c0ff115f8196f29538092b93
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
# OryClient::SelfServiceError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **error** | **Object** | | [optional] | | **id** | **String** | ID of the error container. | | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SelfServiceError.new( created_at: null, error: null, id: null, updated_at: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha60 | docs/SelfServiceError.md |