TechPartnerErrorCode
No description
enum TechPartnerErrorCode {
PROJECT_NOT_FOUND
STEP_NOT_FOUND
TASK_NOT_FOUND
}
Values
TechPartnerErrorCode.PROJECT_NOT_FOUND
if the project does not exist
TechPartnerErrorCode.STEP_NOT_FOUND
if the step does not exist
TechPartnerErrorCode.TASK_NOT_FOUND
if the task does not exist
Was this topic helpful?