ENUM

CreateLoyaltyBadgeUploadConfigResponseCode

A code indicating why the config call failed, if it did.

link GraphQL Schema definition

1enum CreateLoyaltyBadgeUploadConfigResponseCode {
2
3# Only eligible users can create a badge upload config.
4ERR_INVALID_USER
5
6# The badge submitted was not valid.
7ERR_INVALID_BADGE_SIZE
8
9# Unknown error occurred, most likely a server error.
10ERR_UNKNOWN
11}