OBJECT

ClaimBountyError

Error code for an error that occurs while claiming the bounty.

link GraphQL Schema definition

1type ClaimBountyError {
2
3# Error code for error that occurred while claiming the bounty.
4code: ClaimBountyErrorCode!
5
6}