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