aws-deadline / deadline-cloud-for-houdini

AWS Deadline Cloud for Houdini
Apache License 2.0
12 stars 10 forks source link

fix: improve error message for expired credentials #131

Closed joel-wong-aws closed 5 months ago

joel-wong-aws commented 5 months ago

What was the problem/requirement? (What/Why)

When I first used the Deadline Cloud ROP, an error popped up in the Houdini console with the message "Expired credentials". It wasn't clear what this was referring to and how to resolve it.

What was the solution? (How)

Added more detail to the message to indicate that this was referring to Deadline Cloud credentials and added instructions about how to resolve the issue.

What is the impact of this change?

Easier debugging and clearer action items for customers with expired credentials.

How was this change tested?

Created a Deadline Cloud ROP in Houdini /out network without authenticating via the Deadline Cloud Monitor. The Houdini console popped up with a message. Previously, this message was "Expired credentials". Now, it is "AWS Deadline Cloud credentials are expired."

Previous error message:

HoudiniConsoleExistingErrorMessage

Updated error message:

image

Was this change documented?

No, not required

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.