package errdefs
import "github.com/docker/buildx/controller/errdefs"
Index ¶
- Variables
- func WrapBuild(err error, sessionID string, ref string) error
- type Build
- func (m *Build) CloneMessageVT() proto.Message
- func (m *Build) CloneVT() *Build
- func (*Build) Descriptor() ([]byte, []int)
- func (this *Build) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Build) EqualVT(that *Build) bool
- func (x *Build) GetRef() string
- func (x *Build) GetSessionID() string
- func (m *Build) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Build) MarshalToVT(dAtA []byte) (int, error)
- func (m *Build) MarshalVT() (dAtA []byte, err error)
- func (*Build) ProtoMessage()
- func (x *Build) ProtoReflect() protoreflect.Message
- func (x *Build) Reset()
- func (m *Build) SizeVT() (n int)
- func (x *Build) String() string
- func (m *Build) UnmarshalVT(dAtA []byte) error
- func (b *Build) WrapError(err error) error
- type BuildError
Variables ¶
var File_github_com_docker_buildx_controller_errdefs_errdefs_proto protoreflect.FileDescriptor
Functions ¶
func WrapBuild ¶
Types ¶
type Build ¶
type Build struct { SessionID string `protobuf:"bytes,1,opt,name=SessionID,proto3" json:"SessionID,omitempty"` Ref string `protobuf:"bytes,2,opt,name=Ref,proto3" json:"Ref,omitempty"` // contains filtered or unexported fields }
func (*Build) CloneMessageVT ¶
func (*Build) CloneVT ¶
func (*Build) Descriptor ¶
Deprecated: Use Build.ProtoReflect.Descriptor instead.
func (*Build) EqualMessageVT ¶
func (*Build) EqualVT ¶
func (*Build) GetRef ¶
func (*Build) GetSessionID ¶
func (*Build) MarshalToSizedBufferVT ¶
func (*Build) MarshalToVT ¶
func (*Build) MarshalVT ¶
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) ProtoReflect ¶
func (x *Build) ProtoReflect() protoreflect.Message
func (*Build) Reset ¶
func (x *Build) Reset()
func (*Build) SizeVT ¶
func (*Build) String ¶
func (*Build) UnmarshalVT ¶
func (*Build) WrapError ¶
type BuildError ¶
type BuildError struct { *Build // contains filtered or unexported fields }
func (*BuildError) PrintBuildDetails ¶
func (e *BuildError) PrintBuildDetails(w io.Writer) error
func (*BuildError) ToProto ¶
func (e *BuildError) ToProto() grpcerrors.TypedErrorProto
func (*BuildError) Unwrap ¶
func (e *BuildError) Unwrap() error
Source Files ¶
build.go errdefs.pb.go errdefs_vtproto.pb.go
- Version
- v0.22.0 (latest)
- Published
- Mar 17, 2025
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 4 weeks ago –
Tools for package owners.