@plasma-platform/centrifuge
v0.9.0
Published
Class to work with centrifuge
Downloads
12
Readme
Full documentation
install:npm i @plasma-platform/centrifuge -S
Short documentation
Table of Contents
ErrorBadRequest
Custom error message for Bad Request server response
Parameters
message
(string | null) error details (optional, defaultnull
)
ErrorCentrifuge
Custom error message for abstract server response
Parameters
statusCode
number http status codestatusText
string http status code textmessage
(string | null) error details (optional, defaultnull
)
ErrorServerResponse
Custom error message for abstract server response
Parameters
statusCode
number http status codestatusText
string http status code textmessage
(string | null) error details (optional, defaultnull
)
TMCentrifuge
TM Interface to Centrifuge
Parameters
url
string service url