Interface ErrorEvent.MessageStage

All Known Implementing Classes:
ErrorEvent.Builder
Enclosing class:
ErrorEvent

public static interface ErrorEvent.MessageStage
  • Method Summary

    Modifier and Type
    Method
    Description
    message(@NotNull String message)
    A human-readable description of the error, suitable for surfacing to end users.
  • Method Details

    • message

      ErrorEvent.CodeStage message(@NotNull @NotNull String message)

      A human-readable description of the error, suitable for surfacing to end users.