Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CanceledError = errors.ServiceError.SetMessage("canceled error") DepthError = errors.ValidationError.AddParam("depth", "depth not enough") UndefinedChildTypeError = errors.ValidationError.AddParam("schema", "undefined child type") UndefinedChildKindError = errors.ValidationError.AddParam("schema", "undefined child kind") ActionCannotFoundError = errors.ValidationError.AddParam("action", "action can not found in schema") SchemaCannotFoundError = errors.ValidationError.AddParam("schema", "schema can not found") EntityTypeCannotFoundError = errors.ValidationError.AddParam("entity", "entity type can not found in schema") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.