Sha256: d7e2d2529054330f41994e2ab6d5724fde00f649d6b26268a2e585d434883a80
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
# OryHydraClient::ErrorContainer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | **Object** | Errors in the container | | | **id** | **String** | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::ErrorContainer.new( errors: null, id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.5.5.alpha4 | docs/ErrorContainer.md |
ory-kratos-client-0.5.5.alpha3 | docs/ErrorContainer.md |
ory-kratos-client-0.5.5.alpha2 | docs/ErrorContainer.md |