ServerpodClientUnknownHttpException constructor

ServerpodClientUnknownHttpException(
  1. String data,
  2. int statusCode
)

Creates an Unknown Http Exception from the response data and the statusCode the server responded with.

Implementation

ServerpodClientUnknownHttpException(String data, int statusCode)
  : super('Unknown error, data: $data', statusCode);