OpenFga::ValidationErrorMessageResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| code | ErrorCode | [optional][default to 'no_error'] | |
| message | String | [optional] |
Example
require 'openfga'
instance = OpenFga::ValidationErrorMessageResponse.new(
code: null,
message: null
)