OBJECT

DropsError

An error that has been mapped from a DropsManagementService twirp error. Can sometimes include messages.

link GraphQL Schema definition

1type DropsError {
2
3# The error code.
4code: DropsErrorCode!
5
6# The error message string.
7message: String
8
9}

link Required by