Skip to content

Commit f657015

Browse files
committed
refactor: Rename ApiError to ApiProblemDetails
1 parent d0478f3 commit f657015

File tree

45 files changed

+1302
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1302
-43
lines changed

ext/hivemq-edge-openapi-2025.13.yaml

Lines changed: 1258 additions & 0 deletions
Large diffs are not rendered by default.

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyAlreadyPresentError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
id:

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyCreationFailureError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
example:
44
general:
55
status: 400

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyInvalidErrors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
childErrors:

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyNotFoundError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
id:

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyRejectedError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
example:
44
general:
55
status: 400

ext/openAPI/components/schemas/errors/datahub/BehaviorPolicyUpdateFailureError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
id:

ext/openAPI/components/schemas/errors/datahub/ClientDisconnectedError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
id:

ext/openAPI/components/schemas/errors/datahub/ClientNotFoundError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allOf:
2-
- $ref: "../ApiError.yaml"
2+
- $ref: "../ApiProblemDetails.yaml"
33
- type: object
44
properties:
55
id:

0 commit comments

Comments
 (0)