menu
google_cloud_functions_v2 package
documentation
cloudfunctions.dart
ServiceException
ServiceException.new constructor
ServiceException.new constructor
dark_mode
light_mode
ServiceException
constructor
ServiceException
(
String
message
, {
required
int
statusCode
,
Status?
status
,
})
Implementation
ServiceException(this.message, {required this.statusCode, this.status});
google_cloud_functions_v2 package
documentation
cloudfunctions
ServiceException
ServiceException.new constructor
ServiceException class