Class ModifyTemplateError


  • public final class ModifyTemplateError
    extends java.lang.Object
    This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.
    • Field Detail

      • RESTRICTED_CONTENT

        public static final ModifyTemplateError RESTRICTED_CONTENT
        You do not have permission to modify this template.
      • OTHER

        public static final ModifyTemplateError OTHER
        Catch-all used for unknown tag values returned by the Dropbox servers.

        Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.

      • CONFLICTING_PROPERTY_NAMES

        public static final ModifyTemplateError CONFLICTING_PROPERTY_NAMES
        A property field key with that name already exists in the template.
      • TOO_MANY_PROPERTIES

        public static final ModifyTemplateError TOO_MANY_PROPERTIES
        There are too many properties in the changed template. The maximum number of properties per template is 32.
      • TOO_MANY_TEMPLATES

        public static final ModifyTemplateError TOO_MANY_TEMPLATES
        There are too many templates for the team.
      • TEMPLATE_ATTRIBUTE_TOO_LARGE

        public static final ModifyTemplateError TEMPLATE_ATTRIBUTE_TOO_LARGE
        The template name, description or one or more of the property field keys is too large.