![dependency](https://badgen.net/npm/dependents/@plasma-platform/centrifuge)
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, default null
)
ErrorCentrifuge
Custom error message for abstract server response
Parameters
statusCode
number http status codestatusText
string http status code textmessage
(string | null) error details (optional, default null
)
ErrorServerResponse
Custom error message for abstract server response
Parameters
statusCode
number http status codestatusText
string http status code textmessage
(string | null) error details (optional, default null
)
TMCentrifuge
TM Interface to Centrifuge
Parameters