Table of Contents

Class ApiError

Namespace
Engine.Api.Internal
Assembly
Engine.Api.dll
public class ApiError
Inheritance
ApiError
Inherited Members

Constructors

ApiError()

public ApiError()

Properties

Code

public HttpStatusCode Code { get; set; }

Property Value

HttpStatusCode

Name

public string Name { get; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string