Enums

enum Stat
enumerator STAT_OK

Status code indicating function call completed without error.

enumerator STAT_OUT_OF_BOUNDS_RANGE_LO

Status code indicating function call encountered an out-of-bounds reference, below the range minimum.

enumerator STAT_OUT_OF_BOUNDS_RANGE_HI

Status code indicating function call encountered an out-of-bounds reference, above the range maximum.

enumerator STAT_OUT_OF_BOUNDS_AXIS_LO

Status code indicating function call encountered an out-of-bounds reference, below the axis minimum.

enumerator STAT_OUT_OF_BOUNDS_AXIS_HI

Status code indicating function call encountered an out-of-bounds reference, above the axis maximum.

enumerator STAT_OUT_OF_BOUNDS_LAM_LO

Status code indicating function call encountered an out-of-bounds reference, below the wavelength minimum.

enumerator STAT_OUT_OF_BOUNDS_LAM_HI

Status code indicating function call encountered an out-of-bounds reference, above the wavelength maximum.

enumerator STAT_OUT_OF_BOUNDS_MU_LO

Status code indicating function call encountered an out-of-bounds reference, below the emergence cosine minimum.

enumerator STAT_OUT_OF_BOUNDS_MU_HI

Status code indicating function call encountered an out-of-bounds reference, above the emergence cosine maximum.

enumerator STAT_UNAVAILABLE_DATA

Status code indicating function call encountered unavailable data.

enumerator STAT_INVALID_ARGUMENT

Status code indicating function call encountered an invalid argument.

enumerator STAT_FILE_NOT_FOUND

Status code indicating function call encountered a file that could not be found.

enumerator STAT_INVALID_FILE_TYPE

Status code indicating function call encountered a file with an invalid type.

enumerator STAT_INVALID_GROUP_TYPE

Status code indicating function call encountered a file group with an invalid type.

enumerator STAT_INVALID_GROUP_REVISION

Status code indicating function call encountered a file group with an invalid revision number.