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