UNPKG

bean-validator

Version:

A http request validation

10 lines (9 loc) 292 B
class ErrorResponseDTO { constructor(apiPath, errorCode, errorMessage) { this.apiPath = apiPath; this.errorCode = errorCode; this.errorMessage = errorMessage; this.errorTime = new Date().toISOString(); } } module.exports = {ErrorResponseDTO};