Skip to content

@ubstream/ubstream-node-client-sdk / Exports / PublicRequestStatus

Enumeration: PublicRequestStatus

Enumeration representing the status of a request.

Table of contents

Enumeration Members

Enumeration Members

COMPLETED

COMPLETED = "completed"

Means that the request is completed.


FAILED

FAILED = "failed"

Means that the request has failed.


PENDING

PENDING = "pending"

Means that the request is pending.