Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ KernelReturnCode

Enumerator
OutputBufferTooSmall 
TooManyPendingAsyncOperations 
BeginEndPairDoesNotMatch 
AsyncShutdown 
TitleUpdate 
ProFeatureNotSupported 
ProfileNotSignedIn 
ProfileNotPrivileged 
GuideAlreadyVisible 
NetworkError 
PacketQueueFull 
SessionAlreadyExists 
SessionNotFound 
SessionNotJoinable 
SessionFull 
StaleSearchResult 
QualityOfServiceNotComplete 
NotInvited 
InviteeNotSignedIn 
TrialMode 
NetworkNotAvailable 
LIVEn400BadRequest 
LIVEn401Unauthorized 
LIVEn500InternalServerError 
LIVEn503ServiceUnavailable 
LIVEnTitleUpdateRequired 
LIVEnFlashUpdateRequired 
LIVEnNotSupportedTitle 
LIVEnAccountBanned 
LIVEnAccountSuspended 
LIVEnCountryNotSupported 
LIVEnGamertagChangeRequired 
LIVEnGamertagUpdateRequired 
LIVEnXBLConnectionUnavailable 
LIVEnUnexpectedNetworkError 
LIVEnServiceNotProvisioned 
LIVEnInvalidUser 
LIVEnTermsOfServiceNotAccepted 
LIVEnXBLNotEnabled 
LIVEnNoXBLAccount 
NetworkOperationTimedOut 

Definition at line 3 of file KernelReturnCode.cs.

4{
5 OutputBufferTooSmall = 2147746304u,
46}