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.



2003
2004
2005
2006
# File 'lib/authorize_net/api/schema.rb', line 2003

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