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 {