diff --git a/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy b/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy index 4b64f509ca..57ddfd0dd1 100644 --- a/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy +++ b/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy @@ -265,7 +265,7 @@ class WaveClient { throw new UnauthorizedException("Unauthorized [401] - Verify you have provided a valid access token") } else - throw new BadResponseException("Wave invalid response: [${resp.statusCode()}] ${resp.body()}") + throw new BadResponseException("Wave invalid response: POST ${uri} [${resp.statusCode()}] ${resp.body()}") } catch (IOException e) { throw new IllegalStateException("Unable to connect Wave service: $endpoint")