ErrorDetails

public class ErrorDetails

ErrorDetails is a class that holds the title and message of the error

Inheritors

Constructors

Link copied to clipboard
public ErrorDetails ErrorDetails(Integer title, Integer message)

Properties

Link copied to clipboard
private final Integer message
Link copied to clipboard
private final Integer title

Functions

Link copied to clipboard
public final Integer getMessage()
Link copied to clipboard
public final Integer getTitle()