| Package | Description |
|---|---|
| net.kunmc.lab.kpm.resolver.result |
| Modifier and Type | Method and Description |
|---|---|
static ErrorResult.ErrorCause |
ErrorResult.ErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorResult.ErrorCause[] |
ErrorResult.ErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorResult(@Nullable BaseResolver resolver,
@NotNull ErrorResult.ErrorCause cause,
@NotNull ResolveResult.Source source) |
ErrorResult(@Nullable BaseResolver resolver,
@NotNull ErrorResult.ErrorCause cause,
@NotNull ResolveResult.Source source,
@Nullable String message) |
Copyright © 2023. All rights reserved.