Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 530 Bytes

File metadata and controls

23 lines (16 loc) · 530 Bytes

OpenFga::CheckError

Properties

Name Type Description Notes
input_error ErrorCode [optional][default to 'no_error']
internal_error InternalErrorCode [optional][default to 'no_internal_error']
message String [optional]

Example

require 'openfga'

instance = OpenFga::CheckError.new(
  input_error: null,
  internal_error: null,
  message: null
)