Table of Contents

Enum ErrorCode

Namespace
Resolver.Athena.Grpc
Assembly
Resolver.Athena.Grpc.Models.dll

Enumeration of possible classification error codes.

public enum ErrorCode

Fields

[OriginalName("ERROR_CODE_AFFILIATE_NOT_PERMITTED")] AffiliateNotPermitted = 4

Attempt to send data for an affiliate which is not granted to the current client.

[OriginalName("ERROR_CODE_CORRELATION_ID_INVALID")] CorrelationIdInvalid = 6

The format of the correlation ID is not valid. Correlation IDs must be non-empty strings of up to 64 characters.

[OriginalName("ERROR_CODE_DEPLOYMENT_ID_INVALID")] DeploymentIdInvalid = 5

The format of the deployment ID is not valid. Deployment IDs must be non-empty strings of up to 64 characters.

[OriginalName("ERROR_CODE_IMAGE_TOO_LARGE")] ImageTooLarge = 2

Image is too large to process

[OriginalName("ERROR_CODE_MODEL_ERROR")] ModelError = 3

Opaque error from the classifier

[OriginalName("ERROR_CODE_UNSPECIFIED")] Unspecified = 0

Unknown or unspecified error