ENUM

StopBountyErrorCode

Error types recognized.

link GraphQL Schema definition

1enum StopBountyErrorCode {
2
3# Invalid parameter in the request.
4INVALID_PARAMETER
5
6# The user is not authorized to stop the bounty.
7UNAUTHORIZED
8
9# Unknown error being returned from service.
10UNKNOWN_ERROR
11}