OBJECT

AllocateKeysForBountyError

Error from the mutation.

link GraphQL Schema definition

1type AllocateKeysForBountyError {
2
3# Error code from the mutation.
4code: AllocateKeysForBountyErrorCode!
5
6}