Skip to content

Add Error/Debug describers #27

Description

@alexeev-igor

I guess error/debug messages (like https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L141 https://github.com/TinkoffCreditSystems/Horarium/blob/master/src/Horarium/Handlers/ExecutorJob.cs#L105 ) should be replaced with interface IErrorDescriber/IDebugDescriber with same methods instead of hard code them. Something like that:

string CreateJobError(string type) => $"Ошибка создания джоба {type}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions