Class: Jamf::APIErrorDetail
- Inherits:
 - 
      JSONObject
      
        
- Object
 - JSONObject
 - Jamf::APIErrorDetail
 
 
- Defined in:
 - lib/jamf/api/connection/api_error_styleguide.rb
 
Overview
an individual error report in an APIError object
Constant Summary collapse
- OBJECT_MODEL =
 { # @!attribute [r] objectId # @return [String] objectId: { class: :string, readonly: true }, # @!attribute [r] reasonCode # @return [String] reasonCode: { class: :string, readonly: true }, # @!attribute [r] field # @return [String] field: { class: :string, readonly: true }, # @!attribute [r] description # @return [String] description: { class: :string, readonly: true } }.freeze
Instance Attribute Summary collapse
- #description ⇒ String readonly
 - #field ⇒ String readonly
 - #objectId ⇒ String readonly
 - #reasonCode ⇒ String readonly
 
Constructor Details
This class inherits a constructor from Jamf::JSONObject