Show / Hide Table of Contents

Class ErrorTrace

The trace information about the error.

Inheritance
object
Trace
ErrorTrace
Inherited Members
Trace.Key
Trace.ParentKey
Trace.Source
Trace.TimeCreated
Trace.TimeFinished
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class ErrorTrace : Trace

Properties

Code

Declaration
[JsonProperty(PropertyName = "code")]
public string Code { get; set; }
Property Value
Type Description
string

Error code.

ErrorMessage

Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
Type Description
string

The error message in this trace.

In this article
Back to top