image_processing_return_status in Image_​Observation_​Information

Name: image_processing_return_statusVersion Id: 1.0.0.0
Description: This attribute describes the return status of the image processing onboard. The possible values are Normal End, Parameter Error, Buffer Size Error, Hardware Operation Error, Overflow, Underflow, Overflow and Underflow, Zero Division, and Operation Interruption.
Namespace Id: hyb2Steward: sbnClass Name: Image_​Observation_​InformationType: ASCII_​Short_​String_​Collapsed
Minimum Value: NoneMaximum Value: NoneMinimum Characters: 1Maximum Characters: 255
Unit of Measure Type: NoneDefault Unit Id: NoneAttribute Concept: NoneConceptual Domain: SHORT_STRING
Status: ActiveNillable: falsePattern: None
Permissible Value(s)ValueValue Meaning
 Buffer Size ErrorThis value means that error related to the buffer size occurred, e.g., image sizes of two buffers specified by two operands of image processing command differ, buffer sizes of source and destination buffers differ.
 Hardware Operation ErrorThis value means that error on hardware operation occurred, e.g., memory race condition, hardware operation does not finished until prescribed duration (timeout).
 Normal EndOnboard image processing is completed normally.
 Operation InterruptionThis value means that the image processing was interrupted for some reason.
 OverflowThis value means that arithmetic overflow occurred during the image processing.
 Overflow and UnderflowThis value means that both of arithmetic overflow and arithmetic underflow occurred during the image processing.
 Parameter ErrorThis value means that invalid arguments have been passed to image processing command which is sent to DE or ONC-E.
 UnderflowThis value means that arithmetic underflow occurred during the image processing.
 Zero DivisionThis value means that zero division occurred during the image processing.