ProductBaseResponse
ZEPETO.Product.ProductBaseResponse
Base class for product-related response classes.
Hierarchy
↳
ProductBaseResponse
Constructors
constructor
• new ProductBaseResponse()
Overrides
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request. Set to true upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
Accessors
ErrorCode
• get
ErrorCode(): ProductError
Retrieves the error code for a failed product request.