Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
Error error
const ( // SDKProjectNameGetFailed project name get failed SDKProjectNameGetFailed Error = "project name get failed" // SDKProjectTypeGetFailed project type get failed SDKProjectTypeGetFailed Error = "project type get failed" // SDKProjectInitFailed project init failed SDKProjectInitFailed Error = "project init failed" // SDKProjectAlreadyExist project already exists SDKProjectAlreadyExist Error = "project already exists" )
Click to show internal directories.
Click to hide internal directories.