Package ch.bailu.gtk.pango
Interface LayoutDeserializeError
public interface LayoutDeserializeError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Unspecified errorstatic final int
A JSon value could not be
interpretedstatic final int
A required JSon member was
not found
-
Field Details
-
INVALID
static final int INVALIDUnspecified error- See Also:
-
INVALID_VALUE
static final int INVALID_VALUEA JSon value could not be
interpreted- See Also:
-
MISSING_VALUE
static final int MISSING_VALUEA required JSon member was
not found- See Also:
-