This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as P from 'pino' | |
import {FastifyReply, FastifyRequest} from 'fastify' | |
const enum PINO_LEVELS { | |
trace = 10, | |
debug = 20, | |
info = 30, | |
warn = 40, | |
error = 50, | |
fatal = 60, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as P from 'pino' | |
import {FastifyReply, FastifyRequest} from 'fastify' | |
const enum PINO_LEVELS { | |
trace = 10, | |
debug = 20, | |
info = 30, | |
warn = 40, | |
error = 50, | |
fatal = 60, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
│ Error: Error creating Trigger: googleapi: Error 400: Invalid value at 'trigger.git_file_source.repo_type' (type.googleapis.com/google.devtools.cloudbuild.v1.GitFileSource.RepoType), "BITBUCKET" | |
│ Details: | |
│ [ | |
│ { | |
│ "@type": "type.googleapis.com/google.rpc.BadRequest", | |
│ "fieldViolations": [ | |
│ { | |
│ "description": "Invalid value at 'trigger.git_file_source.repo_type' (type.googleapis.com/google.devtools.cloudbuild.v1.GitFileSource.RepoType), \"BITBUCKET\"", | |
│ "field": "trigger.git_file_source.repo_type" | |
│ } |
OlderNewer