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.



2533
2534
2535
2536
# File 'lib/authorize_net/api/schema.rb', line 2533

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