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