* Creates an API error. * * @param {String} message - Error message. * @param {Number} status - HTTP status code of error. * @param {Boolean} isPublic - Whether the message should be visible to user or not.
(
message,
status = httpStatus.INTERNAL_SERVER_ERROR,
isPublic = false,
)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected