Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
lib/domain-records.js
|
|
@ -72,7 +72,7 @@ export default class DomainRecords extends Now { |
|
|
|
if (res.status === 400) { |
|
|
|
return bail(new Error(body.error ? body.error.message : 'Unknown error')) |
|
|
|
} else if (res.status === 403) { |
|
|
|
const err = new Error(`Not authorized to access domain ${name}`) |
|
|
|
const err = new Error(`Not authorized to access the domain "${name}"`) |
|
|
|
err.userError = true |
|
|
|
return bail(err) |
|
|
|
} else if (res.status === 404) { |
|
|
|