Package version:

Interface KnowledgeBaseErrorDetail

The error details.

interface KnowledgeBaseErrorDetail {
    additionalInfo?: KnowledgeBaseErrorAdditionalInfo[];
    code?: string;
    details?: KnowledgeBaseErrorDetail[];
    message?: string;
    target?: string;
}

Properties

The error additional info. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

The error code. NOTE: This property will not be serialized. It can only be populated by the server.

The error details. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

The error message. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

The error target. NOTE: This property will not be serialized. It can only be populated by the server.