in graph/error.go [19:24]
func NewGraphError(code GraphCodeError, message string) *GraphError { return &GraphError{ Code: code, Message: message, } }