ErrorMessage
Direction: Server -> Client.
Constructor:
Signature:
def __init__( self, id: str, payload: List[GraphQLFormattedError], type: str = 'error',) -> None: ...
Parameters:
-
id:
- Type
-
str
-
payload:
- Type
-
List[GraphQLFormattedError]
-
type:
- Type
-
str
- Default
-
'error'
Attributes:
-
id:
- Type
-
str
-
payload:
- Type
-
List[GraphQLFormattedError]
-
type:
- Type
-
str