E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseErrorText (property)

Additional error description returned by some gateways.

Syntax

@property (nonatomic,readonly,assign,getter=responseErrorText) NSString* responseErrorText;
- (NSString*)responseErrorText;
public var responseErrorText: String {
  get {...}
}

Default Value

""

Remarks

Additional error description returned by some gateways. If a gateway returns it, this property will contain a human-readable description of the error which occurred (if any). You may also wish to inspect ResponseErrorCode for an accompanying code which may be parsed and used by your application.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]