ENUM

CreateDropImageUploadURLErrorCode

Possible errors from CreateDropImageUploadURL.

link GraphQL Schema definition

1enum CreateDropImageUploadURLErrorCode {
2
3# The user does not have permissions to create this type of image for this
4# service.
5USER_UNAUTHORIZED
6
7# There was an issue calling a dependency of this call.
8SERVICE_DEPENDENCY_FAILURE
9
10# An issue not matching any other specific error code.
11UNKNOWN
12}