Skip to content

Commit

Permalink
chore: V3 docs site branch is master now. (#3840)
Browse files Browse the repository at this point in the history
* V3 docs site branch is master now.

Signed-off-by: Jakub Balhar <[email protected]>

* Reflect the changes in the formatting

Signed-off-by: Jakub Balhar <[email protected]>

---------

Signed-off-by: Jakub Balhar <[email protected]>
  • Loading branch information
balhar-jakub authored Oct 10, 2024
1 parent efb5f89 commit e9d1fdd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
git clone https://zowe-robot:${{ secrets.ZOWE_ROBOT_TOKEN }}@github.com/zowe/docs-site.git
cd docs-site
git checkout v3-doc-branch
git checkout master
cd ../docs/docgen/
java -jar Docgen-1.0.jar ./config.yml
cp ../../docs-site/docs/troubleshoot/troubleshoot-apiml-error-codes.md original-codes.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ messages:
- The Gateway was not found. The Transform service cannot perform the request. Wait for the Gateway to be discovered.\n
- The URI is not valid. Ensure the service is providing a valid URL.\n
- Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n
- The path of the service URL is not valid. Ensure the service is providing the correct path.\n"
- The path of the service URL is not valid. Ensure the service is providing the correct path."

- key: org.zowe.apiml.apicatalog.serviceNotFound
number: ZWEAC706
Expand All @@ -124,7 +124,7 @@ messages:
action: "Refer to the specific printed message. Possible causes include:\n
- The URI is not valid. Ensure the service is providing a valid URL.\n
- Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n
- The path of the service URL is not valid. Ensure the service is providing the correct path.\n"
- The path of the service URL is not valid. Ensure the service is providing the correct path."

- key: org.zowe.apiml.apicatalog.StaticDefinitionGenerationFailed
number: ZWEAC709
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ messages:
type: ERROR
text: "Invalid body provided in request to create personal access token"
reason: "The request body is not valid"
action: "Use a valid body in the request. Format of a message: {validity: int , scopes: [string]}."
action: "Use a valid body in the request. Format of a message: `{validity: int , scopes: [string]}`."

# Personal access token messages

Expand All @@ -183,7 +183,7 @@ messages:
number: ZWEAT608
type: ERROR
text: "Error mapping between distributed and mainframe identity. Reason: %s %s"
reason: "Unexpected error occurred when mapping between distributed and mainframe identity "
reason: "Unexpected error occurred when mapping between distributed and mainframe identity"
action: "Contact Broadcom support."

- key: org.zowe.apiml.security.common.OIDCMappingFailed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ messages:
type: ERROR
text: "Cannot notify Gateway on '%s' about new instance '%s'"
reason: "The Discovery Service tried to notify the Gateway about an instance update, but the REST call failed. The purpose of this call is to update the Gateway caches. The Gateway might be down or a network problem occurred."
action: "Ensure that there are no network issues and that the Gateway was not restarted. If the problem reoccurs, contact Broadcom support. "
action: "Ensure that there are no network issues and that the Gateway was not restarted. If the problem reoccurs, contact Broadcom support."

- key: org.zowe.apiml.discovery.unregistration.gateway.notify
number: ZWEAD401
type: ERROR
text: "Cannot notify Gateway on '%s' about cancelled registration"
reason: "The Discovery Service tried to notify the Gateway about service un-registration, but the REST call failed. The purpose of this call is to update the Gateway caches. The Gateway might be down or a network problem occurred."
action: "Ensure that there are no network issues and that the Gateway was not restarted. If the problem reoccurs, contact Broadcom support. "
action: "Ensure that there are no network issues and that the Gateway was not restarted. If the problem reoccurs, contact Broadcom support."

# TLS,Certificate messages
# 500-599
Expand Down Expand Up @@ -51,7 +51,7 @@ messages:
text: "Unable to process static API definition data: '%s' - '%s'"
reason: "A problem occurred while parsing a static API definition file."
action: "Review the mentioned static API definition file for errors.\n
Refer to the specific log message to determine the exact cause of the problem:\n\n
Refer to the specific log message to determine the exact cause of the problem:\n
- ServiceId is not defined in the file '%s'. The instance will not be created. Make sure to specify the ServiceId.\n
- The `instanceBaseUrls` parameter of %s is not defined. The instance will not be created. Make sure to specify the `InstanceBaseUrl` property.\n
- The API Catalog UI tile ID %s is invalid. The service %s will not have an API Catalog UI tile. Specify the correct catalog title ID.\n
Expand Down
4 changes: 2 additions & 2 deletions zaas-client/src/main/resources/zaas-client-log-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ messages:
type: ERROR
text: "Token is expired for URL"
reason: "The application using the token kept it for longer than the expiration time"
action: "When this error occurs it is necessary to get a new JWT token. "
action: "When this error occurs it is necessary to get a new JWT token."

- key: org.zowe.apiml.zaasclient.exception.ZaasClientErrorCodes.INVALID_AUTHENTICATION
number: ZWEAS120
Expand Down Expand Up @@ -38,7 +38,7 @@ messages:
type: ERROR
text: "An exception occurred while trying to get the token"
reason: "General exception. There are more pieces of information in the message"
action: "Log the message from the exception and then handle the exception based on the information provided there. "
action: "Log the message from the exception and then handle the exception based on the information provided there."

# HTTP,Protocol messages
# 400-499
Expand Down

0 comments on commit e9d1fdd

Please sign in to comment.