Skip to main content

Error Codes

Error Codes     BW_API_ERROR_SUCCESS = 0,     BW_API_ERROR_UNDEFINED = -1,     BW_API_ERROR_INTERNAL_ERROR = -2,     BW_API_ERROR...

Updated over 2 months ago

Error Codes

BW_API_ERROR_SUCCESS = 0,

BW_API_ERROR_UNDEFINED = -1,

BW_API_ERROR_INTERNAL_ERROR = -2,

BW_API_ERROR_PARAMS_INVALID = -3,

BW_API_ERROR_INVALID_GARMENT = -4,

BW_API_ERROR_GARMENT_ID_MISMATCH = -5,

BW_API_ERROR_GARMENT_SIZE = -6,

BW_API_ERROR_OBJECT_CREATION_FAILED = -7,

BW_API_ERROR_OBJECT_DELETION_FAILED = -8,

BW_API_ERROR_EDGE_POINTS_METHOD = -9,

BW_API_ERROR_PARAMETER_NOT_FOUND = -10,

BW_API_ERROR_SIZE_MISMATCH = -11,

BW_API_ERROR_SYMMETRY = -12,

BW_API_ERROR_RENAMING_FAILED = -13,

BW_API_ERROR_POINT_CREATION_FAILED = -14,

BW_API_ERROR_USER_DATA_KEY_INVALID = -15,

BW_API_ERROR_OBJECT_NOT_FOUND = -16,

BW_API_ERROR_WRONG_POINT_TYPE = -17,

BW_API_ERROR_INVALID_CONTEXT = -18,

BW_API_ERROR_SHAPE_INCOMPLETE = -19,

BW_API_ERROR_INVALID_IDENTIFIER = -20,

BW_API_ERROR_DEPRECATED_FUNCTION = -21,

BW_API_ERROR_SET_MATERIAL_WRONG_TYPE = -22,

BW_API_ERROR_LICENSE_INSUFFICIENT = -23,

BW_API_ERROR_MATERIAL_TYPE_IS_GROUP_MATERIAL = -24,

BW_API_ERROR_USER_ACTION_ONLY = -25,

BW_API_ERROR_NO_SNAPSHOT_AVAILABLE = -26,

BW_API_ERROR_API_NOT_SUPPORTED = -27,

BW_API_ERROR_SIMULATION_IS_RUNNING = -28,

BW_API_ERROR_GARMENT_IS_NOT_READY = -29,

BW_API_ERROR_WRONG_WORKSPACE_OPERATION = -30,

BW_API_ERROR_OBJECT_VERSION_NOT_SUPPORTED = -31,

BW_API_ERROR_OPERATION_NOT_PERMITTED = -32,

BW_API_ERROR_USER_REFUSE_AGREEMENT_TERMS = -33

Did this answer your question?