Show / Hide Table of Contents

Class QTaskError

Represents an error that occur during a task execution.

Inheritance
object
QTaskError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskError

Properties

Code

Qarnot error code. Note: error code descriptions are available here: https://computing.qarnot.com/developers/develop/common-errors

Declaration
public string Code { get; set; }
Property Value
Type Description
string

Debug

Debug code to send to Qarnot support team.

Declaration
public string Debug { get; set; }
Property Value
Type Description
string

Message

Human error message.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns all the information about this error in one string.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX