Enum ErrorCode
Enumeration of possible classification error codes.
public enum ErrorCode
Fields
[OriginalName("ERROR_CODE_AFFILIATE_NOT_PERMITTED")] AffiliateNotPermitted = 4Attempt to send data for an affiliate which is not granted to the current client.
[OriginalName("ERROR_CODE_CORRELATION_ID_INVALID")] CorrelationIdInvalid = 6The 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 = 5The 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 = 2Image is too large to process
[OriginalName("ERROR_CODE_MODEL_ERROR")] ModelError = 3Opaque error from the classifier
[OriginalName("ERROR_CODE_UNSPECIFIED")] Unspecified = 0Unknown or unspecified error