Interface LayoutDeserializeError


public interface LayoutDeserializeError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Unspecified error
    static final int
    A JSon value could not be
    interpreted
    static final int
    A required JSon member was
    not found
  • Field Details

    • INVALID

      static final int INVALID
      Unspecified error
      See Also:
    • INVALID_VALUE

      static final int INVALID_VALUE
      A JSon value could not be
      interpreted
      See Also:
    • MISSING_VALUE

      static final int MISSING_VALUE
      A required JSon member was
      not found
      See Also: