byNumericCode

fun byNumericCode(numericCode: Int): AvailErrorCode?

Look up the AvailErrorCode with the given numeric code.

Return

The error code, or null if not defined.

Parameters

numericCode

The Int to look up as a numeric code.