POGOProtos.Networking.Responses.CancelCombatChallengeResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message CancelCombatChallengeResponse {
Result result = 1;
enum Result {
UNSET = 0;
SUCCESS = 1;
ERROR_INVALID_CHALLENGE_STATE = 2;
ERROR_CHALLENGE_NOT_FOUND = 3;
ERROR_ALREADY_ACCEPTED = 4;
ERROR_ALREADY_DECLINED = 5;
ERROR_ALREADY_TIMEDOUT = 6;
ERROR_ACCESS_DENIED = 7;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy