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