menu
paypal_sdk package
documentation
core.dart
ApiException
ApiException.new constructor
ApiException.new constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
int
statusCode
, {
String
?
error
,
String
?
errorDescription
,
ApiError
?
apiError
,
})
Implementation
ApiException(this.statusCode, {this.error, this.errorDescription, this.apiError});
paypal_sdk package
documentation
core
ApiException
ApiException.new constructor
ApiException class