menu
google_cloud_rpc package
documentation
exceptions.dart
ServiceUnavailableException
ServiceUnavailableException.new constructor
ServiceUnavailableException.new constructor
dark_mode
light_mode
ServiceUnavailableException
constructor
ServiceUnavailableException
(
String
message
, {
Status
?
status
,
})
Implementation
ServiceUnavailableException(super.message, {super.status}) : super(statusCode: 503);
google_cloud_rpc package
documentation
exceptions
ServiceUnavailableException
ServiceUnavailableException.new constructor
ServiceUnavailableException class