@model ErrorViewModel

Ooooops, something went really bad! :(

@if (!string.IsNullOrEmpty(Model.Error)) { @Model.Error } @if (!string.IsNullOrEmpty(Model.ErrorDescription)) { @Model.ErrorDescription }