Class QPoolError
Represents an error that occur during a pool execution.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolError
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 |