NativeException.fromApiErrorResponse constructor
NativeException.fromApiErrorResponse(
- ApiErrorResponse apiError
Implementation
factory NativeException.fromApiErrorResponse(ApiErrorResponse apiError) =>
NativeException(error: apiError.errors.join(",\n"), throwable: null);