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