Skip to content

Commit 9e8acef

Browse files
committed
📝 Added error bag
1 parent 3ab8936 commit 9e8acef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,10 @@ CodebarAg\DocuWare\DTO\DocumentPaginator
361361
1 => CodebarAg\DocuWare\DTO\Document // Document
362362
]
363363
}
364+
+error: CodebarAg\DocuWare\DTO\ErrorBag { // ErrorBag|null
365+
+code: 422 // int
366+
+message: "'000' is not valid cabinet id" // string
367+
}
364368
}
365369
```
366370

0 commit comments

Comments
 (0)