menu
google_cloud_rpc package
documentation
service_client.dart
ServiceException
ServiceException.new constructor
ServiceException.new constructor
dark_mode
light_mode
ServiceException
constructor
ServiceException
(
String
message
, {
required
int
statusCode
,
String
?
responseBody
,
})
Implementation
ServiceException(this.message, {required this.statusCode, this.responseBody});
google_cloud_rpc package
documentation
service_client
ServiceException
ServiceException.new constructor
ServiceException class