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