class Stacker::RenderError

Overview

A template could not be rendered.

This is always fatal for the whole build: rendering it as an empty string would deliver a truncated stack that is indistinguishable from a complete one.

The response stays generic on purpose. The offending file name, the template source and the underlying error are written to the log, not handed to a client that may not be entitled to them.

Defined in:

stacker/errors.cr

Instance Method Summary

Instance methods inherited from class Stacker::Error

response : Hash(String, String) response, response_message : String response_message, status_code : Int32 status_code

Instance Method Detail

def response_message : String #

[View source]