package error type MissingAnthrovePostIDError struct{} func (e *MissingAnthrovePostIDError) Error() string { return "AnthrovePostID is empty" }