Class ErrorResponseWrapper
Inheritance
object
ErrorResponseWrapper
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class ErrorResponseWrapper
Properties
Error
Declaration
public ErrorResponse Error { get; set; }
Property Value
Type | Description |
---|---|
ErrorResponse |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()