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