Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

File metadata and controls

20 lines (14 loc) · 423 Bytes

OpenfgaClient::ValidationErrorMessageResponse

Properties

Name Type Description Notes
code ErrorCode [optional][default to 'no_error']
message String [optional]

Example

require 'openfga_client'

instance = OpenfgaClient::ValidationErrorMessageResponse.new(
  code: null,
  message: null
)