MessageError

public interface MessageError

A common interface for errors that prevent a message from being processed by the server.

Inheritors

Functions

Link copied to clipboard
public abstract Error asError()
Converts this instance into an io.spine.base.Error.
Link copied to clipboard
public abstract Throwable asThrowable()
Converts this instance into a java.lang.Throwable.