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