Excel.ErrorCodes enum

Fields

accessDenied = "AccessDenied"
apiNotFound = "ApiNotFound"
conflict = "Conflict"
emptyChartSeries = "EmptyChartSeries"
filteredRangeConflict = "FilteredRangeConflict"
formulaLengthExceedsLimit = "FormulaLengthExceedsLimit"
generalException = "GeneralException"
inactiveWorkbook = "InactiveWorkbook"
insertDeleteConflict = "InsertDeleteConflict"
invalidArgument = "InvalidArgument"
invalidBinding = "InvalidBinding"
invalidOperation = "InvalidOperation"
invalidOperationInCellEditMode = "InvalidOperationInCellEditMode"
invalidReference = "InvalidReference"
invalidSelection = "InvalidSelection"
itemAlreadyExists = "ItemAlreadyExists"
itemNotFound = "ItemNotFound"
mergedRangeConflict = "MergedRangeConflict"
nonBlankCellOffSheet = "NonBlankCellOffSheet"
notImplemented = "NotImplemented"
openWorkbookLinksBlocked = "OpenWorkbookLinksBlocked"
operationCellsExceedLimit = "OperationCellsExceedLimit"
pivotTableRangeConflict = "PivotTableRangeConflict"
powerQueryRefreshResourceChallenge = "PowerQueryRefreshResourceChallenge"
rangeExceedsLimit = "RangeExceedsLimit"
refreshWorkbookLinksBlocked = "RefreshWorkbookLinksBlocked"
requestAborted = "RequestAborted"
responsePayloadSizeLimitExceeded = "ResponsePayloadSizeLimitExceeded"
unsupportedFeature = "UnsupportedFeature"
unsupportedFillType = "UnsupportedFillType"
unsupportedOperation = "UnsupportedOperation"
unsupportedSheet = "UnsupportedSheet"