ImageCreateResult Class

ImageCreateResult.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ImageCreateResult

Constructor

ImageCreateResult(**kwargs)

Variables

source_url
str

Source URL of the image.

status
str or ImageCreateStatus

Status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage', 'ErrorImageDimensions', 'ErrorInvalidTag'

image
Image

The image.