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
Copy file name to clipboardExpand all lines: api-specs/import/types/error.raml
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -234,28 +234,3 @@ types:
234
234
type: string
235
235
description: |
236
236
`"Adding a new variant as master variant is not allowed."`
237
-
ReferencedResourceNotFound:
238
-
type: ErrorObject
239
-
displayName: ReferencedResourceNotFoundError
240
-
discriminatorValue: ReferencedResourceNotFound
241
-
description: |
242
-
Returned when a resource referenced by a [Reference](/../api/types#reference) or a [ResourceIdentifier](/../api/types#resourceidentifier) could not be found.
243
-
properties:
244
-
code:
245
-
type: string
246
-
message:
247
-
type: string
248
-
description: |
249
-
`"The referenced object of type $typeId $predicate was not found. It either doesn't exist, or it can't be accessed from this endpoint (e.g., if the endpoint filters by store or customer account)."`
250
-
typeId:
251
-
type: common.ReferenceType
252
-
description: |
253
-
Type of referenced resource.
254
-
id?:
255
-
type: string
256
-
description: |
257
-
Unique identifier of the referenced resource, if known.
258
-
key?:
259
-
type: string
260
-
description: |
261
-
User-defined unique identifier of the referenced resource, if known.
0 commit comments