OBJECT

StartBountyError

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

link GraphQL Schema definition

1type StartBountyError {
2
3# Error code for error that occurred while starting the bounty.
4code: StartBountyErrorCode!
5
6}