comparison Resources/ErrorCodes.json @ 3603:7e303ba837d9 storage-commitment

NoStorageCommitmentHandler error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2020 18:10:57 +0100
parents e280ced38a4c
children 9fe1d64a748c
comparison
equal deleted inserted replaced
3602:085283445db0 3603:7e303ba837d9
544 }, 544 },
545 { 545 {
546 "Code": 2042, 546 "Code": 2042,
547 "Name": "AlreadyExistingTag", 547 "Name": "AlreadyExistingTag",
548 "Description": "Cannot override the value of a tag that already exists" 548 "Description": "Cannot override the value of a tag that already exists"
549 },
550 {
551 "Code": 2043,
552 "Name": "NoStorageCommitmentHandler",
553 "Description": "No request handler factory for DICOM N-ACTION SCP (storage commitment)"
549 }, 554 },
550 555
551 556
552 557
553 /** HTTP-related error codes **/ 558 /** HTTP-related error codes **/