menu
atlassian_apis package
documentation
service_management.dart
ApiException
ApiException constructor
ApiException constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
Uri
?
url
,
int
statusCode
,
String
?
reasonPhrase
, {
String
?
errorMessage
,
})
Implementation
ApiException(this.url, this.statusCode, this.reasonPhrase, {this.errorMessage});
atlassian_apis package
documentation
service_management
ApiException
ApiException constructor
ApiException class