OBJECT

CancelBountyError

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

link GraphQL Schema definition

1type CancelBountyError {
2
3# Error code for error that occurred while canceling the bounty.
4code: CancelBountyErrorCode!
5
6}