You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it comes to reporting errors I find myself having to duplicate useful information such as the buildpack name, version, homepage, etc. It would be preferable if the framework could provide a bit more context in the libcnb::Error::BuildpackError variant such as:
the serialized buildpack descriptor
the target architecture
the app directory
The text was updated successfully, but these errors were encountered:
The signature of the error handler for a
Buildpack
impl is:When it comes to reporting errors I find myself having to duplicate useful information such as the buildpack name, version, homepage, etc. It would be preferable if the framework could provide a bit more context in the
libcnb::Error::BuildpackError
variant such as:The text was updated successfully, but these errors were encountered: