Uses of Enum Class
com.github.hypfvieh.system.LibcErrorCodes
Packages that use LibcErrorCodes
-
Uses of LibcErrorCodes in com.github.hypfvieh.system
Subclasses with type arguments of type LibcErrorCodes in com.github.hypfvieh.systemModifier and TypeClassDescriptionenumEnum of error codes used in various c libararies.Methods in com.github.hypfvieh.system that return LibcErrorCodesModifier and TypeMethodDescriptionstatic LibcErrorCodesLibcErrorCodes.errorCodeToEnum(int _code) Converts an errorCode to the enum value.static LibcErrorCodesReturns the enum constant of this class with the specified name.static LibcErrorCodes[]LibcErrorCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.