ModuleRootErrorCode

enum ModuleRootErrorCode : Enum<ModuleRootErrorCode> , ErrorCode

ModuleRootErrorCode is an enum of ErrorCodes specific to errors involving ModuleRoots.

Author

Richard Arriaga

Entries

Link copied to clipboard

The ModuleRootResolver could not be successfully ModuleRoot.

Link copied to clipboard

Could not findModuleRoot.

Link copied to clipboard

Located ModuleRoot has no source location.

Link copied to clipboard

An unspecified error has occurred.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val code: Int

The integer value that is unique in ErrorCodeRangeRegistry that uniquely represents this ErrorCode.

Link copied to clipboard
open override val errorCodeRange: ErrorCodeRange

The ErrorCodeRange this ErrorCode belongs to.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int