Class TemplateErrorException

All Implemented Interfaces:
Serializable

public class TemplateErrorException extends DbxApiException
Exception thrown when the server responds with a TemplateError error.

This exception is raised by DbxTeamFilePropertiesRequests.templatesGetForTeam(String), DbxTeamFilePropertiesRequests.templatesListForTeam(), DbxTeamFilePropertiesRequests.templatesRemoveForTeam(String), DbxTeamTeamRequests.propertiesTemplateGet(String), DbxUserFilePropertiesRequests.templatesGetForUser(String), DbxUserFilePropertiesRequests.templatesListForUser(), DbxUserFilePropertiesRequests.templatesRemoveForUser(String),

invalid reference
com.dropbox.core.v2.team.DbxTeamTeamRequests#propertiesTemplateList
,
invalid reference
com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateGet(String)
, and
invalid reference
com.dropbox.core.v2.files.DbxUserFilesRequests#propertiesTemplateList
.

See Also: