1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/app/Http/Controllers/OpenAPI/ErrorSchema.php

10 lines
299 B
PHP
Raw Normal View History

2019-10-06 13:24:54 +02:00
<?php
2020-10-10 14:07:52 +02:00
/**
2019-10-06 13:24:54 +02:00
* @OA\Schema(
* schema="Error",
* type="object",
* @OA\Property(property="message", type="string", example="Unexpected error", description="The company name"),
2019-10-06 13:51:33 +02:00
* @OA\Property(property="code", type="integer", example="500", description="The HTTP error code"),
2019-10-06 13:24:54 +02:00
* )
*/