class MissingCredentialsError { constructor(detail) { this.detail = detail; } } module.exports = { MissingCredentialsError, };