OBJECT

SendWhisperError

Error code for when a mutation fails.

link GraphQL Schema definition

1type SendWhisperError {
2
3# Error code for the failed whisper send.
4code: SendWhisperErrorCode!
5
6}