Show / Hide Table of Contents

Class QBulkTaskResponse

Represents an error that occur during a task execution.

Inheritance
object
QBulkTaskResponse
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 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
Overrides
object.ToString()
In this article
Back to top Generated by DocFX