class CrvApiClient::Api::Reproduction::ErrorType

{ICARAggregateBusinessInformationEntity:1}ErrorType

errorID - CrvApiClient::Api::Reproduction::TextType
errorSeverity - CrvApiClient::Api::Reproduction::ErrorSeverityCodeType
errorDescription - CrvApiClient::Api::Reproduction::TextType

Attributes

errorDescription[RW]
errorID[RW]
errorSeverity[RW]

Public Class Methods

new(errorID = nil, errorSeverity = nil, errorDescription = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3346
def initialize(errorID = nil, errorSeverity = nil, errorDescription = nil)
  @errorID = errorID
  @errorSeverity = errorSeverity
  @errorDescription = errorDescription
end