Status403
public class Status403 : APIModel
Error objects provide additional information about problems encountered while performing an operation.
Errors also contain codes besides title and message which can be used for checks even if the detailed messages might change.
* code 1000
: generic error
* code 1001
: payment processing temporarily unavailable
* code 1002
: requested amount exceeds the authorized amount of the provided token
* code 1003
: implicit payment methods cannot be modified
* code 1004
: payment method rejected by provider
-
Undocumented
Declaration
Swift
public var errors: [Errors]?
-
Error objects provide additional information about problems encountered while performing an operation. Errors also contain codes besides title and message which can be used for checks even if the detailed messages might change. * code
See more1000
: generic error * code1001
: payment processing temporarily unavailable * code1002
: requested amount exceeds the authorized amount of the provided token * code1003
: implicit payment methods cannot be modified * code1004
: payment method rejected by providerDeclaration
Swift
public class Errors : APIModel
-
Undocumented
Declaration
Swift
public init(errors: [Errors]? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status403, rhs: Status403) -> Bool