OBJECT

StopBountyError

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

link GraphQL Schema definition

1type StopBountyError {
2
3# Error code for error that occurred while stopping the bounty.
4code: StopBountyErrorCode!
5
6}