Modeling3dReconstructErrors class abstract

Result codes related to 3D object reconstruction.

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_AUTO_RIGGING_NOT_SUPPORT_PREVIEW → const int
Preview is not supported for auto rigging.
ERR_DATA_PROCESSING_LOCATION_NOT_SET → const int
The data processing location is not set.
ERR_DELETE_REMOTE_FILE_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 reconstruction engine is busy.
ERR_FILE_NOT_FOUND → const int
The image file does not exist.
ERR_FILE_NUMBER_NOT_SUPPORT → const int
The number of image files is not supported.
ERR_FILE_SIZE_OVERFLOW → const int
The total image file size is too large.
ERR_GLTF_NOT_SUPPORT_PBR_TEXTURE_MODE → const int
The glTF format is not supported under the PBR mode.
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_INCONSISTENT → const int
Inconsistent input image resolutions.
ERR_IMAGE_RESOLUTION_NOTSUPPORTED → const int
Unsupported input image resolution.
ERR_IMAGE_TYPE_INCONSISTENT → const int
The input image format is not supported.
ERR_INIT_TASK_FAILED → const int
Task initialization failed.
ERR_INTERNAL → const int
Internal error.
ERR_MODEL_PREVIEW_FAILED → const int
Failed to preview the model.
ERR_NETCONNECT_FAILED → const int
Network connection error.
ERR_PBR_MODE_NOT_EXIST → const int
No PBR texture map file is found.
ERR_QUERY_FAILED → const int
Query failed.
ERR_RET_BILLING_OVERDUE → const int
The account balance is insufficient to use 3D Modeling Kit.
ERR_RET_BILLING_QUOTA_EXHAUSTED → const int
The free quota for 3D Modeling Kit has been used up.
ERR_RET_ORDER_NOT_EXIST → const int
The free quota for 3D Modeling Kit has been used up.
ERR_RET_OVER_DAY_MAX_LIMIT → const int
The number of API calls exceeds the daily maximum.
ERR_RET_OVER_MONTH_MAX_LIMIT → const int
The number of API calls exceeds the monthly maximum.
ERR_RET_OVER_RESCAN_LIMIT → const int
The number of extra scanning tasks exceeds the maximum.
ERR_RET_PARAM_FACELEVEL_NOT_CONSISTENT_WITH_RESCAN → const int
The mesh count level of an extra scanning task is inconsistent with that of the original task.
ERR_RET_RIGGING_NOT_SUPPORT_RESCAN → const int
Extra scanning is unsupported by auto rigging.
ERR_SERVICE_EXCEPTION → const int
Server error.
ERR_TASK_ALREADY_INPROGRESS → const int
The task is being executed and cannot be submitted again.
ERR_TASK_EXPIRED → const int
The period for storing the generated model has expired.
ERR_TASK_RESTRICTED → const int
The task is restricted.
ERR_TASKID_NOT_EXISTED → const int
The 3D object reconstruction 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
Image upload failed.