Sha256: 7c1c7f69118fed5307a6edc07cfa6d5f45bb2e3768cac268dbecd3c5bf807843
Contents?: true
Size: 565 Bytes
Versions: 117
Compression:
Stored size: 565 Bytes
Contents
# OryClient::FlowError ## 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::FlowError.new( created_at: null, error: null, id: null, updated_at: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems