Class QBulkTaskResponse
Represents an error that occur during a task execution.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QBulkTaskResponse
Properties
IsSuccesResponse
Property to ensure that the submission succeeded. (Ensure task guid is set and correct status code.)
Declaration
public bool IsSuccesResponse { get; }
Property Value
Type | Description |
---|---|
bool |
Message
Human error message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusCode
Http Status Code describing the success of the resource creation(Task)
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int |
Uuid
Task unique Guid
Declaration
public Guid? Uuid { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
Methods
ToString()
Returns all the information about this task submission response.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |