Class: AuthorizeNet::API::TransactionResponse::Errors::Error

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsderror

errorCode - SOAP::SOAPString
errorText - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(errorCode = nil, errorText = nil) ⇒ Error

Returns a new instance of Error.



2487
2488
2489
2490
# File 'lib/authorize_net/api/schema.rb', line 2487

def initialize(errorCode = nil, errorText = nil)
  @errorCode = errorCode
  @errorText = errorText
end