Show / Hide Table of Contents

Interface IErrorBuilder

Namespace: Apod.Logic.Errors
Assembly: Apod.dll
Syntax
public interface IErrorBuilder

Methods

| Improve this Doc View Source

GetApiKeyInvalidError()

Declaration
ApodError GetApiKeyInvalidError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetApiKeyMissingError()

Declaration
ApodError GetApiKeyMissingError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetBadRequestError(String)

Declaration
ApodError GetBadRequestError(string errorMessage = "")
Parameters
Type Name Description
String errorMessage
Returns
Type Description
ApodError
| Improve this Doc View Source

GetCountOutOfRangeError()

Declaration
ApodError GetCountOutOfRangeError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetDateOutOfRangeError(DateTime, DateTime)

Declaration
ApodError GetDateOutOfRangeError(DateTime firstValidDate, DateTime lastValidDate)
Parameters
Type Name Description
DateTime firstValidDate
DateTime lastValidDate
Returns
Type Description
ApodError
| Improve this Doc View Source

GetInternalServiceError(String)

Declaration
ApodError GetInternalServiceError(string errorMessage = "")
Parameters
Type Name Description
String errorMessage
Returns
Type Description
ApodError
| Improve this Doc View Source

GetOverRateLimitError()

Declaration
ApodError GetOverRateLimitError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetStartDateAfterEndDateError()

Declaration
ApodError GetStartDateAfterEndDateError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetTimeoutError()

Declaration
ApodError GetTimeoutError()
Returns
Type Description
ApodError
| Improve this Doc View Source

GetUnknownError(String)

Declaration
ApodError GetUnknownError(string errorMessage = "")
Parameters
Type Name Description
String errorMessage
Returns
Type Description
ApodError
  • Improve this Doc
  • View Source
Back to top Generated by DocFX