Show / Hide Table of Contents

Class DocumentError

Error response for document.

Inheritance
object
DocumentError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class DocumentError

Properties

Error

Declaration
[Required(ErrorMessage = "Error is required.")]
[JsonProperty(PropertyName = "error")]
public ErrorDetails Error { get; set; }
Property Value
Type Description
ErrorDetails
Remarks

Required

Key

Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type Description
string

Document unique identifier defined by the user.

Remarks

Required

In this article
Back to top