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 |