Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadRequest = errors.New("please confirm that all required parameters have been sent") ErrForbidden = errors.New("forbidden Access is forbidden, retrying will not help, please verify your key parameter") ErrNotFound = errors.New("requested url not found") ErrNoMethod = errors.New("method Not allowed") ErrExcessive = errors.New("you are limited by the rate") ErrInternal = errors.New("an unrecoverable error has occurred, please try again") )
Functions ¶
This section is empty.
Types ¶
type LanguageCode ¶
type LanguageCode = uint
const ( LangEnglish LanguageCode = iota LangGerman LangFrench LangItalian LangKorea LangSpanish LangSimplifiedChinese LangTraditionalChinese LangRussian LangThai LangJapanese LangPortugal LangPoland LangDenmark LangNetherlands LangFinland LangNorway LangSweden LangHungary LangCzech LangRomania LangTurkey LangPortugal1 LangBulgaria LangGreek LangUkrainian LangUnknown LangSpanish1 LangVietnamese )
type PlatformSupportedLanguages ¶
type PlatformSupportedLanguages string
PlatformSupportedLanguages see https://partner.steamgames.com/doc/store/localization/languages
Click to show internal directories.
Click to hide internal directories.