ENUM

AllocateKeysForBountyErrorCode

Possible errors from the mutation.

link GraphQL Schema definition

1enum AllocateKeysForBountyErrorCode {
2
3# The provided input is invalid.
4INVALID_ARGUMENT
5
6# The bounty or required key metadata was not found.
7NOT_FOUND
8
9# Unknown error being returned from service.
10UNKNOWN_ERROR
11}