OBJECT

AddEditorError

AddEditorError contains details about a client error that occurred.

link GraphQL Schema definition

1type AddEditorError {
2
3# The type of error that occurred when adding an editor.
4code: AddEditorErrorCode!
5
6}