OBJECT

CreateCommunityPointsImageUploadInfoError

An error from generating upload info for Community Points images.

link GraphQL Schema definition

1type CreateCommunityPointsImageUploadInfoError {
2
3# An identifier for the error that occurred.
4code: CreateCommunityPointsImageUploadInfoErrorCode
5
6}