You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => 'A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.',
'description' => 'A short, human-readable summary of the problem.',
145
-
'type' => [
146
-
0 => 'string',
147
-
1 => 'null',
148
-
],
149
-
],
150
-
'detail' => [
151
-
'readOnly' => true,
152
-
'description' => 'A human-readable explanation specific to this occurrence of the problem.',
153
-
'type' => [
154
-
0 => 'string',
155
-
1 => 'null',
156
-
],
157
-
],
158
-
'status' => [
159
-
'type' => 'number',
160
-
'examples' => [
161
-
0 => 404,
162
-
],
163
-
'default' => 400,
164
-
],
165
-
'instance' => [
166
-
'readOnly' => true,
167
-
'description' => 'A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.',
168
-
'type' => [
169
-
0 => 'string',
170
-
1 => 'null',
171
-
],
172
-
],
173
-
'type' => [
174
-
'readOnly' => true,
175
-
'description' => 'A URI reference that identifies the problem type',
176
-
'type' => 'string',
177
-
],
178
-
'description' => [
179
-
'readOnly' => true,
180
-
'type' => [
181
-
0 => 'string',
182
-
1 => 'null',
183
-
],
184
-
],
185
-
],
186
-
],
187
-
], 'description' => 'A representation of common errors.'], $res['components']['schemas']['Error.jsonld']);
0 commit comments