Modeling3dTextureErrors class abstract
Result codes related to material generation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ERR_AUTHORIZE_FAILED → const int
- Authentication failed.
- ERR_DATA_PROCESSING_LOCATION_NOT_SET → const int
- The data processing location is not set.
- ERR_DELETE_REMOTE_TASK_FAILED → const int
- Failed to delete the uploaded files from the cloud.
- ERR_DOWNLOAD_CANCEL_FAILED → const int
- Failed to cancel the download.
- ERR_DOWNLOAD_FAILED → const int
- Download failed.
- ERR_ENGINE_BUSY → const int
- The generation engine is busy.
- ERR_FILE_NOT_FOUND → const int
- The image file does not exist.
- ERR_FILE_NUM_OVERFLOW → const int
- The number of images exceeds the maximum.
- ERR_FILE_SIZE_OVERFLOW → const int
- The total image file size is too large.
- ERR_ILLEGAL_PARAMETER → const int
- Invalid parameter.
- ERR_ILLEGAL_TASK_STATUS → const int
- Invalid task status.
- ERR_ILLEGAL_TOKEN → const int
- The access token is invalid or has expired.
- ERR_IMAGE_FILE_NOTSUPPORTED → const int
- Unsupported image format.
- ERR_IMAGE_RESOLUTION_NOTSUPPORTED → const int
- Unsupported input image resolution.
- ERR_INSUFFICIENT_SPACE → const int
- Insufficient device storage space.
- ERR_INTERNAL → const int
- Internal error.
- ERR_MODEL_PREVIEW_FAILED → const int
- Failed to preview the generated texture maps.
- ERR_NETCONNECT_FAILED → const int
- Network connection error.
- ERR_QUERY_FAILED → const int
- Query failed.
- ERR_RET_OVER_MAX_LIMIT → const int
- The number of API calls exceeds the maximum.
- ERR_SERVICE_EXCEPTION → const int
- Server error.
- ERR_TASK_EXPIRED → const int
- The period for storing the generated texture maps has expired.
- ERR_TASK_INIT_FAILED → const int
- Task initialization failed.
- ERR_TASK_RESTRICTED → const int
- The task is restricted.
- ERR_TASKID_ALREADY_INPROGRESS → const int
- The task is being executed and cannot be submitted again.
- ERR_TASKID_NOT_EXISTED → const int
- The task does not exist.
- ERR_UNKNOWN → const int
- Unknown error.
- ERR_UPLOAD_CANCEL_FAILED → const int
- Failed to cancel the upload.
- ERR_UPLOAD_FILE_FAILED → const int
- File upload failed.