@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
258 lines (257 loc) • 16.1 kB
TypeScript
export interface EsriWorkflowExceptionsErrorDTO {
message: string;
type: string;
name?: EsriWorkflowExceptionsErrorDTONameEnum;
details?: Array<string> | null;
}
export declare enum EsriWorkflowExceptionsErrorDTONameEnum {
UnableToDetermineHostingServer = "UnableToDetermineHostingServer",
InvalidHostingServerArguments = "InvalidHostingServerArguments",
UnableToGetHostingServerFromPortal = "UnableToGetHostingServerFromPortal",
InvalidConfiguration = "InvalidConfiguration",
UnableToConnectDirectlyToDatastore = "UnableToConnectDirectlyToDatastore",
UnableToGetDatastoreConnection = "UnableToGetDatastoreConnection",
SourceSchemaChangesNotAllowed = "SourceSchemaChangesNotAllowed",
InvalidPortalItemUrl = "InvalidPortalItemUrl",
InvalidFirstStep = "InvalidFirstStep",
InvalidUserType = "InvalidUserType",
InvalidDiagramNameDuplicate = "InvalidDiagramNameDuplicate",
InvalidDiagramNameDuplicateUpdate = "InvalidDiagramNameDuplicateUpdate",
InvalidDiagramIdDuplicate = "InvalidDiagramIdDuplicate",
InvalidDiagramName = "InvalidDiagramName",
InvalidDiagramId = "InvalidDiagramId",
InvalidDiagramUnexpectedDecentralizedDataSources = "InvalidDiagramUnexpectedDecentralizedDataSources",
InvalidDiagramUnexpectedCentralizedDataReferences = "InvalidDiagramUnexpectedCentralizedDataReferences",
InvalidDiagramDuplicateDecentralizedDataSource = "InvalidDiagramDuplicateDecentralizedDataSource",
InvalidDiagramDuplicateCentralizedDataReference = "InvalidDiagramDuplicateCentralizedDataReference",
InvalidDataSourceConfiguration = "InvalidDataSourceConfiguration",
InvalidJobTemplateName = "InvalidJobTemplateName",
JobTemplateNotFound = "JobTemplateNotFound",
JobTemplateInsufficientPrivilegesExtProperties = "JobTemplateInsufficientPrivilegesExtProperties",
JobTemplateNotCreated = "JobTemplateNotCreated",
JobTemplateNameNotUnique = "JobTemplateNameNotUnique",
JobTemplateDuplicateId = "JobTemplateDuplicateId",
JobTemplateExtPropertiesNotAllUpdated = "JobTemplateExtPropertiesNotAllUpdated",
JobTemplateNotDeleted = "JobTemplateNotDeleted",
JobTemplatesNotDeleted = "JobTemplatesNotDeleted",
JobTemplateNotDeletedUsedInJobs = "JobTemplateNotDeletedUsedInJobs",
JobNotCreatedInvalidTemplateState = "JobNotCreatedInvalidTemplateState",
JobTemplateInvalidFinalJobStatus = "JobTemplateInvalidFinalJobStatus",
JobTemplateInvalidInitialJobStatus = "JobTemplateInvalidInitialJobStatus",
ExtPropertiesMissingAssociation = "ExtPropertiesMissingAssociation",
ExtPropertiesDuplicateTableNames = "ExtPropertiesDuplicateTableNames",
ExtPropertiesImportFailed = "ExtPropertiesImportFailed",
ExtPropertyTableMissingProperties = "ExtPropertyTableMissingProperties",
ExtPropertyTablesNotDeleted = "ExtPropertyTablesNotDeleted",
ExtPropertyTableNameNotFound = "ExtPropertyTableNameNotFound",
ExtPropertyFeatureServiceIdInvalid = "ExtPropertyFeatureServiceIdInvalid",
JobTemplateFailedInvalidExtProps = "JobTemplateFailedInvalidExtProps",
UnableToCreateExtPropTables = "UnableToCreateExtPropTables",
JobTemplateExtPropsNotUpdated = "JobTemplateExtPropsNotUpdated",
ExtPropsUnableToCreateDuplicateDetected = "ExtPropsUnableToCreateDuplicateDetected",
ExtPropsNotUpdated = "ExtPropsNotUpdated",
ExtProps1MNotUpdated = "ExtProps1MNotUpdated",
InvalidDomainNameInvalid = "InvalidDomainNameInvalid",
InvalidDomainDataTypeInvalid = "InvalidDomainDataTypeInvalid",
InvalidDomainFieldLengthRequired = "InvalidDomainFieldLengthRequired",
InvalidDomainValueLength = "InvalidDomainValueLength",
AutomationUpdatesFailed = "AutomationUpdatesFailed",
AutomationDetailsNotFound = "AutomationDetailsNotFound",
AutomationScheduleInvalid = "AutomationScheduleInvalid",
InvalidHoldArguments = "InvalidHoldArguments",
AssignmentFailedStepNotUpdated = "AssignmentFailedStepNotUpdated",
AssignmentFailedStepNotCurrent = "AssignmentFailedStepNotCurrent",
AssignmentFailedUserNotFound = "AssignmentFailedUserNotFound",
AssignmentFailedGroupNotFound = "AssignmentFailedGroupNotFound",
AssignmentFailedInvalidUsername = "AssignmentFailedInvalidUsername",
AssignmentFailedInvalidGroupId = "AssignmentFailedInvalidGroupId",
AssignmentFailedMultipleCurrentSteps = "AssignmentFailedMultipleCurrentSteps",
AssignmentFailedNoCurrentStep = "AssignmentFailedNoCurrentStep",
AssignmentFailedNoAssignPrivileges = "AssignmentFailedNoAssignPrivileges",
AssignmentFailedInvalidIndividualJobAssign = "AssignmentFailedInvalidIndividualJobAssign",
AssignmentFailedInvalidGroupJobAssign = "AssignmentFailedInvalidGroupJobAssign",
AssignmentFailedUnknown = "AssignmentFailedUnknown",
AssignmentFailedJobClosed = "AssignmentFailedJobClosed",
AssignmentFailedStepRunning = "AssignmentFailedStepRunning",
AssignmentFailedStepHeld = "AssignmentFailedStepHeld",
JobIdNotFound = "JobIdNotFound",
JobIdsNotFound = "JobIdsNotFound",
JobNotFoundForDelete = "JobNotFoundForDelete",
JobNotFoundForUpgrade = "JobNotFoundForUpgrade",
JobLocationNotFound = "JobLocationNotFound",
JobLocationNoUpdatesFound = "JobLocationNoUpdatesFound",
CreateJobNegative = "CreateJobNegative",
CreateJobTooManyJobs = "CreateJobTooManyJobs",
InvalidJobIdLength = "InvalidJobIdLength",
CreateJobCannotSpecifyNumJobsWithJobId = "CreateJobCannotSpecifyNumJobsWithJobId",
CreateJobCannotSpecifyNumJobsWithArcadeList = "CreateJobCannotSpecifyNumJobsWithArcadeList",
CreateJobRecursiveCreation = "CreateJobRecursiveCreation",
JobNotAssignedOrOwnedByCurrentUser = "JobNotAssignedOrOwnedByCurrentUser",
JobUpdateFailedJobClosed = "JobUpdateFailedJobClosed",
JobUpdateFailedJobRunning = "JobUpdateFailedJobRunning",
JobUpdateFailedImproperFormat = "JobUpdateFailedImproperFormat",
JobUpdateFailedInvalidField = "JobUpdateFailedInvalidField",
JobUpdateFailedInsufficientPrivileges = "JobUpdateFailedInsufficientPrivileges",
InvalidDataReferenceId = "InvalidDataReferenceId",
InvalidDataSourceName = "InvalidDataSourceName",
InvalidVersionNameAndGuid = "InvalidVersionNameAndGuid",
VersionsNotFound = "VersionsNotFound",
ItemIdNotFound = "ItemIdNotFound",
DataSourceNotFound = "DataSourceNotFound",
DataSourceNotFoundArcade = "DataSourceNotFoundArcade",
DataSourceNotFoundSelectedSources = "DataSourceNotFoundSelectedSources",
DataSourceUrlNotFound = "DataSourceUrlNotFound",
DataSourcePrivateUrlNotFound = "DataSourcePrivateUrlNotFound",
InvalidJobQueryOrSearch = "InvalidJobQueryOrSearch",
InvalidJobQuery = "InvalidJobQuery",
DiagramNotFound = "DiagramNotFound",
MissingPrivileges = "MissingPrivileges",
NotAllowedToUpgrade = "NotAllowedToUpgrade",
ClaimVersionFailed = "ClaimVersionFailed",
VersionCouldNotBeLocated = "VersionCouldNotBeLocated",
VersionFingerprintDoesNotExist = "VersionFingerprintDoesNotExist",
VersionFingerprintIsInvalid = "VersionFingerprintIsInvalid",
AttachmentStepNotActive = "AttachmentStepNotActive",
ExecuteProGpToolboxNotFound = "ExecuteProGpToolboxNotFound",
ExportFailed = "ExportFailed",
ExportFailedJobTemplatesNotFound = "ExportFailedJobTemplatesNotFound",
ExportFailedDiagramsNotFound = "ExportFailedDiagramsNotFound",
ExportFailedMissingDiagramIds = "ExportFailedMissingDiagramIds",
ExportIdNotFound = "ExportIdNotFound",
ExportDirectoryInvalidConfiguration = "ExportDirectoryInvalidConfiguration",
ImportFailed = "ImportFailed",
ImportFailedInvalidMappingFile = "ImportFailedInvalidMappingFile",
ImportFailedEmptyRequiredField = "ImportFailedEmptyRequiredField",
ImportFailedMissingTargetGroupId = "ImportFailedMissingTargetGroupId",
ImportFailedOverwriteConfigurationWithPreserveValueFlag = "ImportFailedOverwriteConfigurationWithPreserveValueFlag",
ImportFailedInvalidPassphrase = "ImportFailedInvalidPassphrase",
NoConfigFile = "NoConfigFile",
ConfigNewerSchema = "ConfigNewerSchema",
CorruptConfiguration = "CorruptConfiguration",
ImportFailedJobsExist = "ImportFailedJobsExist",
JobsExistFailed = "JobsExistFailed",
JobTemplateAutomationsNotAllImported = "JobTemplateAutomationsNotAllImported",
JobTemplateAutomationsNoneImported = "JobTemplateAutomationsNoneImported",
JsonTransformFailed = "JsonTransformFailed",
ExtractChangesFailed = "ExtractChangesFailed",
ExtractChangesFailedToGetResultUrl = "ExtractChangesFailedToGetResultUrl",
WebsocketTokenError = "WebsocketTokenError",
InvalidToken = "InvalidToken",
FailedToDeleteJobProgress = "FailedToDeleteJobProgress",
FailedToUpdateJobProgress = "FailedToUpdateJobProgress",
FailedToUploadFilePart = "FailedToUploadFilePart",
FailedToCommitUpload = "FailedToCommitUpload",
FailedToRegisterUpload = "FailedToRegisterUpload",
FailedToUploadItem = "FailedToUploadItem",
FileTooLarge = "FileTooLarge",
AsyncInvalidStatusUrl = "AsyncInvalidStatusUrl",
AsyncStatusTimeout = "AsyncStatusTimeout",
CurveGeometryNotSupported = "CurveGeometryNotSupported",
GeometryCannotBeParsedToType = "GeometryCannotBeParsedToType",
GeometryCannotBeParsed = "GeometryCannotBeParsed",
ActivityRequiresAdvancedLicenseRole = "ActivityRequiresAdvancedLicenseRole",
ActivityInvalidMultipleJobs = "ActivityInvalidMultipleJobs",
ActionTypeNotSupportedWithActivity = "ActionTypeNotSupportedWithActivity",
ItemCreationStatusDoesNotExist = "ItemCreationStatusDoesNotExist",
ItemCreationInsufficientPrivileges = "ItemCreationInsufficientPrivileges",
ItemCreationOnlineOrgRestrictedState = "ItemCreationOnlineOrgRestrictedState",
ItemCreationFailed = "ItemCreationFailed",
ItemCreationFailedInvalidItem = "ItemCreationFailedInvalidItem",
ItemCreationInProgress = "ItemCreationInProgress",
UnableToTransformViewJson = "UnableToTransformViewJson",
EmailSecretKeyNotFound = "EmailSecretKeyNotFound",
EmailRecipientsNotDefined = "EmailRecipientsNotDefined",
EmailSubjectInvalid = "EmailSubjectInvalid",
EmailBodyInvalid = "EmailBodyInvalid",
EmailConfigurationInvalidForCustomSmtpProvider = "EmailConfigurationInvalidForCustomSmtpProvider",
EmailConfigurationInvalidForEnterprise = "EmailConfigurationInvalidForEnterprise",
EmailConfigurationInvalidForOnline = "EmailConfigurationInvalidForOnline",
EmailSendNotificationFailed = "EmailSendNotificationFailed",
SmtpServerInvalid = "SmtpServerInvalid",
SmtpPortInvalid = "SmtpPortInvalid",
SmtpDefaultSenderEmailInvalid = "SmtpDefaultSenderEmailInvalid",
WebRequestFailed = "WebRequestFailed",
WebRequestBodyTooLong = "WebRequestBodyTooLong",
WebRequestFailedToSaveAttachmentTooLong = "WebRequestFailedToSaveAttachmentTooLong",
WebRequestFailedToParseOutputsResponseTooLong = "WebRequestFailedToParseOutputsResponseTooLong",
WebRequestUrlValidationEmptyUrl = "WebRequestUrlValidationEmptyUrl",
WebRequestUrlValidationNotAllowed = "WebRequestUrlValidationNotAllowed",
SchemaUpgradeRequired = "SchemaUpgradeRequired",
SchemaUpgradeRequiredToUseFeature = "SchemaUpgradeRequiredToUseFeature",
InvalidTimestampFormat = "InvalidTimestampFormat",
CleanupLogsFailed = "CleanupLogsFailed",
ItemNotFound = "ItemNotFound",
JobArchived = "JobArchived",
ArchiveFailedToParse = "ArchiveFailedToParse",
ArchiveFailed = "ArchiveFailed",
WebhooksUnsecureSettingDisabled = "WebhooksUnsecureSettingDisabled",
WebhooksMissingSignatureFormat = "WebhooksMissingSignatureFormat",
WebhooksMissingHeaderSecurityType = "WebhooksMissingHeaderSecurityType",
SchemaUpgradeFailed = "SchemaUpgradeFailed",
UnableToCreateRelationship = "UnableToCreateRelationship",
PortalTaskLimitExceeded = "PortalTaskLimitExceeded",
PortalUnableToRetrieveWorkflowUrl = "PortalUnableToRetrieveWorkflowUrl",
PortalUnableToRetrieveItem = "PortalUnableToRetrieveItem",
UpgradeErrorAllClosed = "UpgradeErrorAllClosed",
UpgradeErrorMissingDiagram = "UpgradeErrorMissingDiagram",
UpgradeErrorRunning = "UpgradeErrorRunning",
UpgradeErrorRunningClosedMissing = "UpgradeErrorRunningClosedMissing",
UpgradeErrorMultiple = "UpgradeErrorMultiple",
UpgradeErrorUpdateFailed = "UpgradeErrorUpdateFailed",
DeleteErrorRunning = "DeleteErrorRunning",
DeleteError = "DeleteError",
CloseErrorRunning = "CloseErrorRunning",
ReopenError = "ReopenError",
ReopenErrorNoStep = "ReopenErrorNoStep",
ReopenErrorUpdateFailed = "ReopenErrorUpdateFailed",
CloseErrorNoJobsClosed = "CloseErrorNoJobsClosed",
CallFailedWithError = "CallFailedWithError",
CallFailedWithMultipleErrors = "CallFailedWithMultipleErrors",
CallFailedWithSuccessFalse = "CallFailedWithSuccessFalse",
FeatureServiceCallFailedWithError = "FeatureServiceCallFailedWithError",
FeatureServiceCallFailedWithMultipleErrors = "FeatureServiceCallFailedWithMultipleErrors",
FeatureServiceCallFailedWithSuccessFalse = "FeatureServiceCallFailedWithSuccessFalse",
ResponseUnableToReadJson = "ResponseUnableToReadJson",
ResponseFailed = "ResponseFailed",
UnableToReadViewJson = "UnableToReadViewJson",
UnableToOpenViewLayerDefinition = "UnableToOpenViewLayerDefinition",
UnableToCreateViewsInService = "UnableToCreateViewsInService",
UnableToAddLocationLayersToView = "UnableToAddLocationLayersToView",
NotAllViewsAdded = "NotAllViewsAdded",
UnableToRecreateViews = "UnableToRecreateViews",
UnableToRecreateLocationView = "UnableToRecreateLocationView",
UnableToRecreateExtPropSearchView = "UnableToRecreateExtPropSearchView",
UnableToRemoveLocationLayersFromView = "UnableToRemoveLocationLayersFromView",
UnableToRemoveViews = "UnableToRemoveViews",
UnableToRemoveAllViews = "UnableToRemoveAllViews",
UnableToRemoveExtPropSearchView = "UnableToRemoveExtPropSearchView",
UnableToRetrieveCurrentUserInfo = "UnableToRetrieveCurrentUserInfo",
UnableToGetLatestJobProgress = "UnableToGetLatestJobProgress",
UnableToGetHoldFromJobProgress = "UnableToGetHoldFromJobProgress",
InvalidDatastoreResponseFromFeatureLayer = "InvalidDatastoreResponseFromFeatureLayer",
InvalidDatastoreResponseMissingField = "InvalidDatastoreResponseMissingField",
InvalidDatastoreResponse = "InvalidDatastoreResponse",
InvalidDatastoreResponseCount = "InvalidDatastoreResponseCount",
InvalidDatastoreResponseFromAddFeatures = "InvalidDatastoreResponseFromAddFeatures",
UnableToApplyEdits = "UnableToApplyEdits",
UnableToModifyEditorTracking = "UnableToModifyEditorTracking",
UnableToModifyOwnershipAccessControl = "UnableToModifyOwnershipAccessControl",
UnableToUpdateSourceSchemaChangesAllowed = "UnableToUpdateSourceSchemaChangesAllowed",
UnableToCopyFields = "UnableToCopyFields",
UnableToUpdateSchemaVersionSetting = "UnableToUpdateSchemaVersionSetting",
UnableToSaveSearch = "UnableToSaveSearch",
UnableToUpdateSearch = "UnableToUpdateSearch",
UnableToSaveTemplate = "UnableToSaveTemplate",
UnableToUpdateTemplate = "UnableToUpdateTemplate",
UnableToAddJobComment = "UnableToAddJobComment",
InvalidFeatureLayer = "InvalidFeatureLayer",
FailedToAddNewLayers = "FailedToAddNewLayers",
FailedToCreateSchema = "FailedToCreateSchema",
FailedToCreateSchemaViews = "FailedToCreateSchemaViews",
FailedToLoadData = "FailedToLoadData",
WorkflowSchemaHasUnexpectedRelatedItems = "WorkflowSchemaHasUnexpectedRelatedItems",
UpgradeSchemaPartialSuccess = "UpgradeSchemaPartialSuccess"
}
export declare function EsriWorkflowExceptionsErrorDTOFromJSON(json: any): EsriWorkflowExceptionsErrorDTO;
export declare function EsriWorkflowExceptionsErrorDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsErrorDTO;
export declare function EsriWorkflowExceptionsErrorDTOToJSON(value?: EsriWorkflowExceptionsErrorDTO | null): any;