ServerError
caliban.client.CalibanClientError.ServerError
case class ServerError(errors: List[GraphQLResponseError]) extends CalibanClientError
A GraphQL error returned by the backend (e.g. failure during query parsing, validation or execution)
Attributes
- Graph
-
- Supertypes
-
trait CalibanClientErrortrait Producttrait Equalsclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Renders the error as a string
Renders the error as a string
Value parameters
- includeExtensions
-
whether to include the extensions in the error message
Attributes
- Returns
-
the error message
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
CalibanClientError -> Throwable
- Inherited from:
- CalibanClientError
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
In this article