Enum IncodeWelcome.DeleteUserError

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNAUTHORIZED_TOKEN

      This means invalid token was used to delete a user. Only a valid user is able to delete other users, so make sure you're calling this method with an approved user's token

      SERVER_ERROR

      Deletion failed unexpectedly