Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStorageDeviceProblem = er.New("urn:giti:storage.persiaos:error:device-problem").SetDetail(protocol.LanguageEnglish, errorEnglishStorageDomain, "Device Problem", "Requested record exist on the device that had problem to access it!", "", "").Save() ErrStorageNotExist = er.New("urn:giti:storage.persiaos:error:not-exist").SetDetail(protocol.LanguageEnglish, errorEnglishStorageDomain, "Not Exist", "Requested record not exist", "", "").Save() ErrStorageNotAuthorize = er.New("urn:giti:storage.persiaos:error:not-authorize").SetDetail(protocol.LanguageEnglish, errorEnglishStorageDomain, "Not Authorized", "Requested record belong to other app owner and this app can't access to it", "", "").Save() )
Errors - Storage
View Source
var OS os
OS implements protocol.OperatingSystem
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.