Looks up a description in the enum by the index of its code. (ie gets the description of the nth code in the enum).
index of code to get description for
description of nth code in enum
array out of bounds if index is > number of codes in the enum
See Implementation
Looks up a description in the enum by the index of its code. (ie gets the description of the nth code in the enum).