NAME

API::Docker::Type::ErrorDetail - The value of BuildInfo.errorDetail

VERSION

version 0.004

DESCRIPTION

Generated from the ErrorDetail definition of spec/v1.51.yaml, which the swagger leaves undescribed. Nothing in paths: reaches it either; it is the value of BuildInfo.errorDetail, CreateImageInfo.errorDetail and PushImageInfo.errorDetail. It is what a build, pull or push stream reports a failure through, and what API::Docker::Error::Stream is croaked on; neither of its two fields is described either.

code

Undocumented upstream. An integer. No captured stream under t/fixtures/ carries one -- the errorDetail of t/fixtures/images_build_error_stream.ndjson has "message" and nothing else. Serialised as code -- spelled out, because deriving it from the Perl name would produce Code.

message

Undocumented upstream. The reason, as text. It ends in a newline in t/fixtures/images_build_error_stream.ndjson, which is why "message" in API::Docker::Error::Stream strips trailing whitespace before Carp sees it. Serialised as message -- spelled out, because deriving it from the Perl name would produce Message.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.