NativeException.fromApiErrorResponse constructor

NativeException.fromApiErrorResponse(
  1. ApiErrorResponse apiError
)

Implementation

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