CDISR5280E

A value handle representing an optional type was accessed when null.

The program attempted to read the value from an optional type which was null.
Optional values should be tested to ensure they are not null prior to accessing their value.