OCLC-Prism-ILL-Error DEFINITIONS ::= -- the object identifier for this definition, registered with the -- Interlibrary Loan Application Standards Maintenance Agency, -- is 1.0.10161.13.1 BEGIN IMPORTS ILL-String FROM ISO-10161-ILL-1; OCLC Prism-Ill-Error ::= SEQUENCE OF SEQUENCE{ prism-Ill-Field-Id [0] IMPLICIT INTEGER OPTIONAL, prism-Ill-Error-Code [1] IMPLICIT ENUMERATED{ missing-required-field(1), invalid-field-length(2), invalid-field-id(3), invalid-data-format(4), invalid-institution-symbol(5), resource-limitation(6), unknown-result(7) } OPTIONAL, Prism-Ill-Error-Text [2] ILL-String OPTIONAL } END