Skip to main content

ProductBaseResponse

ZEPETO.Product.ProductBaseResponse

Base class for product-related response classes.

Hierarchy

Constructors

constructor

new ProductBaseResponse()

Overrides

BaseResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

BaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

BaseResponse.message

Accessors

ErrorCode

get ErrorCode(): ProductError

Retrieves the error code for a failed product request.

Returns

ProductError