tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Namespaces | Enumerations
HeaderErrorTypes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Tgstation
 
namespace  Tgstation.Server
 
namespace  Tgstation.Server.Api
 

Enumerations

enum  Tgstation.Server.Api.HeaderErrorTypes {
  Tgstation.Server.Api.None = 0 , Tgstation.Server.Api.UserAgent = 1 << 0 , Tgstation.Server.Api.Accept = 1 << 1 , Tgstation.Server.Api.Api = 1 << 2 ,
  Tgstation.Server.Api.AuthorizationInvalid = 1 << 3 , Tgstation.Server.Api.OAuthProvider = 1 << 4 , Tgstation.Server.Api.AuthorizationMissing = 1 << 5
}
 Types of individual ApiHeaders errors. More...