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