Interface RenderNode.OnParseErrorFunc

Enclosing class:
RenderNode
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RenderNode.OnParseErrorFunc
  • Method Details

    • onParseErrorFunc

      void onParseErrorFunc(CallbackHandler __self, @Nonnull ParseLocation start, @Nonnull ParseLocation end, @Nonnull Error error, @Nullable Pointer user_data)
      Type of callback that is called when an error occurs
      during node deserialization.
      Parameters:
      start - start of the error location
      end - end of the error location
      error - the error
      user_data - user data