Search Results for

    Show / Hide Table of Contents

    Class ErrorResponse

    Error information with serialized exception

    Inheritance
    System.Object
    ErrorResponse
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class ErrorResponse

    Properties

    Exception

    Serialized PictureparkBusinessException.

    Declaration
    public string Exception { get; set; }
    Property Value
    System.String

    TraceId

    Trace ID.

    Declaration
    public string TraceId { get; set; }
    Property Value
    System.String

    TraceJobId

    Trace job ID.

    Declaration
    public string TraceJobId { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static ErrorResponse FromJson(string data)
    Parameters
    System.String data

    Returns
    ErrorResponse

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX