-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The generator ignores the title for the class name, for example for an object from the spec
ErrorResponse:
name: ErrorResponse
title: HTTP ответ с ошибкой
summary: Ответ при возникновении ошибки
contentType: application/json
payload:
title: ErrorResponse
type: object
required:
- error
- message
- severity
properties:
error:
title: ErrorCode
type: string
description: Код ошибки
enum:
- VALIDATION_ERROR
- WALLET_NOT_FOUND
- INTERNAL_ERROR
- RATE_LIMIT_EXCEEDED
examples:
- "VALIDATION_ERROR"
Instead of enum ErrorCode , an enum Error is created.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request