getFrappeMetaController()
in order to get the instance of FrappeMetaController
instead of renovation.meta
which is MetaController
if the backend is Frappè, for instance. In this guide we will use Frappé as an example and use getFrappeMetaController().
dynamic
DBFilter
classRequestResponse<int>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
type:InvalidFrappeFilter
cause: The supplied filter doesn't comply with DBFiltersuggestion: Make sure the filter comply with DBFilter class
RequestResponse<DocType>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
DocInfo
of a certain document of a certain doctypes.RequestResponse<FrappeDocInfo>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
HTTP code:404
type:NotFoundError
cause: DocInfo not foundsuggestion: Make sure the document has DocInfo
String
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
Renovation Report
doctype.Renovation Report
reportRequestResponse<RenovationReport>
HTTP code:404
type:NotFoundError
cause: The target report does not existsuggestion: Make sure the name is correct or create the report