Skip to main content

Class Error

The error information.

Assembly: Taskurai.dll
Declaration
public class Error

Properties

Code

The error type.

Declaration
public string Code { get; set; }

Message

The error message.

Declaration
public string Message { get; set; }

Details

Error details.

Declaration
public IList<Error> Details { get; }