OBJECT
ClaimBountyError
Error code for an error that occurs while claiming the bounty.
link GraphQL Schema definition
1 type ClaimBountyError { 2 3 # Error code for error that occurred while claiming the bounty. 4 : ClaimBountyErrorCode! 5 6 }
OBJECT
Error code for an error that occurs while claiming the bounty.
1 type ClaimBountyError { 2 3 # Error code for error that occurred while claiming the bounty. 4 : ClaimBountyErrorCode! 5 6 }