Merge "Clarify docs for status codes in VcnStatusCallback." am: 36a84ebbaf am: 2ea2b734e5 am: f73591b47f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1660643

Change-Id: Ib276041e5f3c5e0401bf466939384bfaa8801119
diff --git a/core/java/android/net/vcn/VcnManager.java b/core/java/android/net/vcn/VcnManager.java
index d09094c..344b20c 100644
--- a/core/java/android/net/vcn/VcnManager.java
+++ b/core/java/android/net/vcn/VcnManager.java
@@ -437,7 +437,7 @@
          * Invoked when status of the VCN for this callback's subscription group changes.
          *
          * @param statusCode the code for the status change encountered by this {@link
-         *     VcnStatusCallback}'s subscription group.
+         *     VcnStatusCallback}'s subscription group. This value will be one of VCN_STATUS_CODE_*.
          */
         public abstract void onStatusChanged(@VcnStatusCode int statusCode);
 
@@ -449,7 +449,8 @@
          *     encountering an error. This will match the name for exactly one {@link
          *     VcnGatewayConnectionConfig} for the {@link VcnConfig} configured for this callback's
          *     subscription group
-         * @param errorCode the code to indicate the error that occurred
+         * @param errorCode the code to indicate the error that occurred. This value will be one of
+         *     VCN_ERROR_CODE_*.
          * @param detail Throwable to provide additional information about the error, or {@code
          *     null} if none
          */