ENUM

CreateChallengeConditionErrorCode

Create Challenge Condition error code.

link GraphQL Schema definition

1enum CreateChallengeConditionErrorCode {
2
3# User tried to create a condition with a bits recipient that is ineligible to
4# receive bits.
5BITS_RECIPIENT_INELIGIBLE
6
7# An unknown error occurred.
8UNKNOWN
9}