Show / Hide Table of Contents

Enum ErrorType

General type of error

Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public enum ErrorType

Fields

Name Description
FatalFailure

Something else happened that caused the request to fail

IllegalItem

Item value is illegal for a different reason

ItemDuplicated

Items were duplicated in request

ItemExists

Items already exist in CDF

ItemMissing

Items are missing from CDF

MismatchedType

Field type did not match

SanitationFailed

Item does not satisfy CDF field limits

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, ErrorType>(ErrorType, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX