Skip to content

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

Enumeration: PublicHttpDiagnoseSeverity

Enumeration representing the severity of a diagnose.

Table of contents

Enumeration Members

Enumeration Members

ERROR

ERROR = "error"

Means that an error occurred during the operation.


INFO

INFO = "info"

Means that the diagnose contains information concerning the operation.


SUCCESS

SUCCESS = "success"

Means that the operation went well.


WARNING

WARNING = "warning"

Represents a warning. Means no critic error occurred.