fromOtaErrorResponse static method

InternalException<OtaErrorResponse> fromOtaErrorResponse({
  1. required OtaErrorResponse param,
})

Implementation

static InternalException<OtaErrorResponse> fromOtaErrorResponse({
  required OtaErrorResponse param,
}) =>
    InternalException(code: otaApiError, param: param);