MCPcopy
hub / github.com/pocketbase/pocketbase / BatchResponseError

Struct BatchResponseError

apis/batch.go:524–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522)
523
524type BatchResponseError struct {
525 err *router.ApiError
526 code string
527 message string
528}
529
530func (e *BatchResponseError) Error() string {
531 return e.message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected