Lines Matching defs:message
102 message: 'Invalid IP address: foobar'
107 message: 'Invalid IP address: 127.0.0.1:va'
146 message: 'The "rrtype" argument must be of type string. ' +
160 message: 'The "name" argument must be of type string. ' +
173 message: /^The "hostname" argument must be of type string\. Received .*/
221 message: /The argument 'hints' is invalid\. Received \d+/
302 message: 'The "address", "port", and "callback" arguments must be ' +
307 err.message = 'The "address" and "port" arguments must be specified';
316 message: `The argument 'address' is invalid. Received '${invalidAddress}'`
356 assert.strictEqual(err.message, 'queryMx ENOTFOUND foo.onion');
406 server.on('message', common.mustCall((msg, { address, port }) => {