Interface AsyncError

All Known Implementing Classes:
MessageError, ThrowableAsyncError

public interface AsyncError
  • Method Details

    • getThrowable

      @Nullable @Nullable Throwable getThrowable()
    • asThrowable

      @NotNull default @NotNull Throwable asThrowable()
    • hasThrowable

      default boolean hasThrowable()
    • getType

      @NotNull @NotNull ErrorType getType()
    • getMessage

      @NotNull default @NotNull String getMessage()