export class TooManyRequestsError {
  @ApiProperty({
    description: 'Error status code',
    example: HttpStatus.TOO_MANY_REQUESTS,
  })