CloudApiException.externalServiceNotAvailable constructor

const CloudApiException.externalServiceNotAvailable({
  1. @Default('') String message,
  2. @Default(503) int statusCode,
})

Implementation

const factory CloudApiException.externalServiceNotAvailable(
    {@Default('') String message,
    @Default(503) int statusCode}) = ExternalServiceNotAvailableError;