Sha256: 26e707531024b1696e7499cc9ad566422f029b403addb01beee8c3edf0627e06
Contents?: true
Size: 572 Bytes
Versions: 20
Compression:
Stored size: 572 Bytes
Contents
# OryKratosClient::SelfServiceError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **error** | **Object** | | [optional] | | **id** | **String** | | | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SelfServiceError.new( created_at: null, error: null, id: null, updated_at: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems