menu
easypost
easypost.dart
ApiPaymentException
ApiPaymentException const constructor
ApiPaymentException
brightness_4
brightness_5
ApiPaymentException
constructor
const
ApiPaymentException
(
String
?
message
,
int
?
statusCode
,
String
?
reason
,
{
List
<
Error
>
?
errors
}
)
Implementation
const ApiPaymentException(super.message, super.statusCode, super.reason, {super.errors});
easypost
easypost
ApiPaymentException
ApiPaymentException const constructor
ApiPaymentException class