Class CommonTypesDef.Error

    • Method Detail

      • getErrorCode

        @Nullable
        public @Nullable String getErrorCode()
        Returns:
        An error code that should be mapped to a description in their display language in the end user application
      • getErrorMessage

        @Nullable
        public @Nullable String getErrorMessage()
        Returns:
        Additional information about the error. This information is not translatable and is typically not shown to the end user, being provided primarily for traceability. Note that this information will appear in client logs.