Module aya.base

Interface TyckError

All Superinterfaces:
org.aya.util.reporter.Problem
All Known Subinterfaces:
CubicalError, LicitError, PrimError, TupleError, TyckOrderError, UnifyError
All Known Implementing Classes:
BadExprError, BadTypeError, CubicalError.BoundaryDisagree, CubicalError.PathConDominateError, LevelError, LicitError.BadImplicitArg, LicitError.BadNamedArg, LicitError.ImplicitLam, NobodyError, NoRuleError, PrimError.BadInterval, PrimError.BadSignature, PrimError.NoResultType, TupleError.ElemMismatchError, TupleError.ProjIxError, TyckOrderError.CircularSignature, TyckOrderError.SelfReference, UnifyError.ConReturn, UnifyError.PiDom, UnifyError.Type

public interface TyckError extends org.aya.util.reporter.Problem
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.aya.util.reporter.Problem

    org.aya.util.reporter.Problem.Severity, org.aya.util.reporter.Problem.Stage
  • Field Summary

    Fields inherited from interface org.aya.util.reporter.Problem

    ERROR, NOTE
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.aya.util.reporter.Problem.Severity
     
    default @NotNull org.aya.util.reporter.Problem.Stage
     

    Methods inherited from interface org.aya.util.reporter.Problem

    brief, describe, hint, inlineHints, isError, sourcePos, toPrettyError
  • Method Details

    • level

      @NotNull default org.aya.util.reporter.Problem.Severity level()
      Specified by:
      level in interface org.aya.util.reporter.Problem
    • stage

      @NotNull default @NotNull org.aya.util.reporter.Problem.Stage stage()
      Specified by:
      stage in interface org.aya.util.reporter.Problem