Home > @poq/sdk-sfcc > Status
Document representing a status of an object.
Signature:
export declare class Status extends BaseModel<Status>
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Status class |
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. |