func gopkg.in/yaml.v2.yaml_emitter_set_emitter_error
17 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L107: func yaml_emitter_set_emitter_error(emitter *yaml_emitter_t, problem string) bool {
emitterc.go#L180: return yaml_emitter_set_emitter_error(emitter, "duplicate %TAG directive")
emitterc.go#L267: return yaml_emitter_set_emitter_error(emitter, "expected nothing after STREAM-END")
emitterc.go#L275: return yaml_emitter_set_emitter_error(emitter, "expected STREAM-START")
emitterc.go#L422: return yaml_emitter_set_emitter_error(emitter, "expected DOCUMENT-START or STREAM-END")
emitterc.go#L434: return yaml_emitter_set_emitter_error(emitter, "expected DOCUMENT-END")
emitterc.go#L667: return yaml_emitter_set_emitter_error(emitter,
emitterc.go#L802: return yaml_emitter_set_emitter_error(emitter, "neither tag nor implicit flags are specified")
emitterc.go#L914: return yaml_emitter_set_emitter_error(emitter, "incompatible %YAML directive")
emitterc.go#L924: return yaml_emitter_set_emitter_error(emitter, "tag handle must not be empty")
emitterc.go#L927: return yaml_emitter_set_emitter_error(emitter, "tag handle must start with '!'")
emitterc.go#L930: return yaml_emitter_set_emitter_error(emitter, "tag handle must end with '!'")
emitterc.go#L934: return yaml_emitter_set_emitter_error(emitter, "tag handle must contain alphanumerical characters only")
emitterc.go#L938: return yaml_emitter_set_emitter_error(emitter, "tag prefix must not be empty")
emitterc.go#L950: return yaml_emitter_set_emitter_error(emitter, problem)
emitterc.go#L958: return yaml_emitter_set_emitter_error(emitter, problem)
emitterc.go#L969: return yaml_emitter_set_emitter_error(emitter, "tag value must not be empty")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |