Skip to content

1.1.0

Choose a tag to compare

@ruslansteiger ruslansteiger released this 22 Jul 12:11
· 507 commits to main since this release
  • Added error property to the DocumentPaginator. This is used for failed
    requests otherwise it is null. When the request fails for any reason an
    ErrorBag is added with more information. Example:
CodebarAg\DocuWare\DTO\DocumentPaginator {
  ...
  +error: CodebarAg\DocuWare\DTO\ErrorBag {
    +code: 422
    +message: "'00000000-0000-0000-0000-0000000000000' is not valid cabinet id"
  }
}