Interface IgIpBlockErrorResponse

interface IgIpBlockErrorResponse {
    error_type: "ip_block";
    message: "The username you entered doesn't appear to belong to an account. Please check your username and try again.";
    status: "fail";
}

Properties

error_type: "ip_block"
message: "The username you entered doesn't appear to belong to an account. Please check your username and try again."
status: "fail"