Poq.SDK.Node

Home > @poq/sdk-sfcc > Status

Status class

Document representing a status of an object.

Signature:

export declare class Status extends BaseModel<Status> 

Extends: BaseModel<Status

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Status class

Properties

Property Modifiers Type Description
code?   string (Optional) The status code.
message?   string (Optional) The status message.
status?   number (Optional) The status. For more information on the status values see dw.system.Status.OK and dw.system.Status.ERROR.