Package version:

Variable KnownTextAnalysisErrorCodeConst

KnownTextAnalysisErrorCode: {
    AzureCognitiveSearchIndexLimitReached: AzureCognitiveSearchIndexLimitReached;
    AzureCognitiveSearchIndexNotFound: AzureCognitiveSearchIndexNotFound;
    AzureCognitiveSearchNotFound: AzureCognitiveSearchNotFound;
    AzureCognitiveSearchThrottling: AzureCognitiveSearchThrottling;
    Conflict: Conflict;
    EmptyRequest: EmptyRequest;
    ExtractionFailure: ExtractionFailure;
    Forbidden: Forbidden;
    InternalServerError: InternalServerError;
    InvalidArgument: InvalidArgument;
    InvalidCountryHint: InvalidCountryHint;
    InvalidDocument: InvalidDocument;
    InvalidDocumentBatch: InvalidDocumentBatch;
    InvalidParameterValue: InvalidParameterValue;
    InvalidRequest: InvalidRequest;
    InvalidRequestBodyFormat: InvalidRequestBodyFormat;
    KnowledgeBaseNotFound: KnowledgeBaseNotFound;
    MissingInputDocuments: MissingInputDocuments;
    ModelVersionIncorrect: ModelVersionIncorrect;
    NotFound: NotFound;
    OperationNotFound: OperationNotFound;
    ProjectNotFound: ProjectNotFound;
    QuotaExceeded: QuotaExceeded;
    ServiceUnavailable: ServiceUnavailable;
    Timeout: Timeout;
    TooManyRequests: TooManyRequests;
    Unauthorized: Unauthorized;
    UnsupportedLanguageCode: UnsupportedLanguageCode;
    Warning: Warning;
} = ...

Enum of possible error codes of a TextAnalysisError.

Type declaration

Generated using TypeDoc