Skip to content

Files

Latest commit

f76636a · Nov 17, 2023

History

History
20 lines (14 loc) · 430 Bytes

MethodNotAllowedErrorRep.md

File metadata and controls

20 lines (14 loc) · 430 Bytes

LaunchDarklyApi::MethodNotAllowedErrorRep

Properties

Name Type Description Notes
code String Specific error code encountered
message String Description of the error

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MethodNotAllowedErrorRep.new(
  code: method_not_allowed,
  message: Method not allowed
)