-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
is: feature requestNew feature requestNew feature requestpackage: clientClient packageClient package👋 easy contributionGood issue if wanting to contributeGood issue if wanting to contribute
Milestone
Description
prismaAppSync.on('log', (log) => {
console.log({
// 'INFO' | 'WARN' | 'ERROR'
level: log.level,
// 'UNDEFINED' | 'FORBIDDEN' | 'BAD_USER_INPUT' | 'INTERNAL_SERVER_ERROR' | 'TOO_MANY_REQUESTS'
type: log.type,
// 200 | 401 | 400 | 500 | 429
code: log.code,
// string
message: log.message,
// string
trace: log.trace,
})
})Metadata
Metadata
Assignees
Labels
is: feature requestNew feature requestNew feature requestpackage: clientClient packageClient package👋 easy contributionGood issue if wanting to contributeGood issue if wanting to contribute
Projects
Status
Planned