Package | Description |
---|---|
org.kunlab.kpm.enums.resolver | |
org.kunlab.kpm.interfaces.resolver.result | |
org.kunlab.kpm.resolver.result |
Modifier and Type | Method and Description |
---|---|
static ErrorCause |
ErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCause[] |
ErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ErrorCause |
ErrorResult.getCause()
エラーのかんたんな理由です。
|
Constructor and Description |
---|
ErrorResultImpl(@Nullable BaseResolver resolver,
@NotNull ErrorCause cause,
@NotNull ResolveResult.Source source) |
Copyright © 2023. All rights reserved.