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