ImageCreateResult interface

An interface representing ImageCreateResult.

Properties

image

The image. NOTE: This property will not be serialized. It can only be populated by the server.

sourceUrl

Source URL of the image. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage', 'ErrorImageDimensions', 'ErrorInvalidTag' NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

image

The image. NOTE: This property will not be serialized. It can only be populated by the server.

image?: Image

Property Value

sourceUrl

Source URL of the image. NOTE: This property will not be serialized. It can only be populated by the server.

sourceUrl?: string

Property Value

string

status

Status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage', 'ErrorImageDimensions', 'ErrorInvalidTag' NOTE: This property will not be serialized. It can only be populated by the server.

status?: ImageCreateStatus

Property Value