ocpp/v2_1/enum/authorization_status
OCPP 2.1 AuthorizationStatus enumeration (schema AuthorizationStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Current status of the ID Token.
pub type AuthorizationStatus {
Accepted
Blocked
ConcurrentTx
Expired
Invalid
NoCredit
NotAllowedTypeEvse
NotAtThisLocation
NotAtThisTime
Unknown
}
Constructors
-
Accepted -
Blocked -
ConcurrentTx -
Expired -
Invalid -
NoCredit -
NotAllowedTypeEvse -
NotAtThisLocation -
NotAtThisTime -
Unknown
Values
pub fn decoder() -> decode.Decoder(AuthorizationStatus)
Decode a AuthorizationStatus from its exact schema token.
pub fn to_json(value: AuthorizationStatus) -> json.Json
Encode a AuthorizationStatus to its exact schema token.