فهرست منبع

rm healthcheck

Yohei-Shiina 3 سال پیش
والد
کامیت
efa3850676
1فایلهای تغییر یافته به همراه0 افزوده شده و 21 حذف شده
  1. 0 21
      packages/core/src/models/vo/error-apiv3.ts

+ 0 - 21
packages/core/src/models/vo/error-apiv3.ts

@@ -1,24 +1,3 @@
-/**
- * @swagger
- *
- *  components:
- *    schemas:
- *      ErrorV3:
- *        description: Error for APIv3
- *        type: object
- *        properties:
- *          message:
- *            type: string
- *            example: 'error message'
- *          code:
- *            type: string
- *            example: 'someapi-error-with-something'
- *          stack:
- *            type: object
- *          args:
- *            type: object
- *            example: { name: 'Josh', age: 20 }
- */
 
 export class ErrorV3 extends Error {