Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.1

...

Service Name

Specify the name of the gRPC service to call.

Method NameSpecify the name of the gRPC method to call.
Access TokenSpecify the access token to use with each call. If no access token is needed, leave this field blank.
Expected Status CodeCodes

Specify the one or more status code codes that is are expected to be returned. You can enter either the number or text name for the a code. For example, you can enter enter "3" or "INVALID_ARGUMENT" if the expected result is that the client will specify an invalid argument. See . Specify single codes and/or code ranges as a comma-separated list. For example, if you specify "0, 3-5", then codes 0, 3, 4, and 5 will be accepted. You cannot mix numbers and text names when specifying a range, but you can use both when using a name for a single code (in the previous example, "OK, 3-5" would work the same).

See gRPC status codes for a full list of available codes.

Default is 0.

...